diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-10-09 13:57:00 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-10-09 13:57:00 +0200 |
commit | 355fb2bf20af05ccd885279db26f9ccce669dd13 (patch) | |
tree | 6f8b722cdd855c9c2ea83f8a29296e958d0b2b9a | |
parent | 44fc1e95d10ea4c21065fd04594c5c8932a8a005 (diff) |
Increase bootstrap timeout to 20 minutes
It takes longer than 15 minutes to bootstrap on i5 Mac Mini.
-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 0f306fb..30f3045 100644 --- a/bbot/agent/agent.cli +++ b/bbot/agent/agent.cli @@ -140,11 +140,11 @@ namespace bbot by adding the toolchain number \c{--toolchain-num} to this value." } - size_t --bootstrap-timeout = 900 + size_t --bootstrap-timeout = 1200 { "<sec>", "Maximum number of seconds to wait for machine bootstrap completion, - 900 (15 minutes) by default." + 1200 (20 minutes) by default." } size_t --bootstrap-retries = 2 diff --git a/bbot/bbot-agent@.service b/bbot/bbot-agent@.service index 561f902..57e78d5 100644 --- a/bbot/bbot-agent@.service +++ b/bbot/bbot-agent@.service @@ -12,7 +12,7 @@ Environment=AUTH_KEY= Environment=CPU=1 Environment=RAM=1048576 -Environment=BOOTSTRAP_TIMEOUT=900 +Environment=BOOTSTRAP_TIMEOUT=1200 Environment=BOOTSTRAP_RETRIES=2 Environment=BUILD_TIMEOUT=1800 |