From bb386e095785d0c50b5704f2b23edbe0c790443d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 9 Apr 2019 16:47:49 +0200 Subject: Increase default build timeout to 60 minutes --- bbot/agent/agent.cli | 4 ++-- bbot/bbot-agent@.service | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bbot/agent/agent.cli b/bbot/agent/agent.cli index 34095ef..6004bd0 100644 --- a/bbot/agent/agent.cli +++ b/bbot/agent/agent.cli @@ -169,10 +169,10 @@ namespace bbot by default." } - size_t --build-timeout = 1800 + size_t --build-timeout = 3600 { "", - "Maximum number of seconds to wait for build completion, 1800 (30 + "Maximum number of seconds to wait for build completion, 3600 (60 minutes) by default." } diff --git a/bbot/bbot-agent@.service b/bbot/bbot-agent@.service index 546788b..fedc31f 100644 --- a/bbot/bbot-agent@.service +++ b/bbot/bbot-agent@.service @@ -22,7 +22,7 @@ Environment=AUTH_KEY= Environment=BOOTSTRAP_TIMEOUT=1800 Environment=BOOTSTRAP_RETRIES=2 -Environment=BUILD_TIMEOUT=1800 +Environment=BUILD_TIMEOUT=3600 Environment=BUILD_RETRIES=2 Environment=CONNECT_TIMEOUT=60 -- cgit v1.1