diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-04-09 16:47:49 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-04-09 16:47:49 +0200 |
commit | bb386e095785d0c50b5704f2b23edbe0c790443d (patch) | |
tree | f33225ff5e9343ea20d1b2b77941d1469aa113a5 | |
parent | 9169256ce1c4ad27f4cbd6748b7c2dc790346ce6 (diff) |
Increase default build timeout to 60 minutes
-rw-r--r-- | bbot/agent/agent.cli | 4 | ||||
-rw-r--r-- | 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 { "<sec>", - "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 |