diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-02-07 13:03:38 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-02-07 13:03:38 +0200 |
commit | 2e70ba325f9f9ba8879d51e9b3c77420b9817c7f (patch) | |
tree | ed27c8a35650efc6a67a62494fe6286239793ede | |
parent | 9f8391e292f6e4ffd72437fcfb86afb42af33654 (diff) |
Increase default bootstrap timeout to 30 minutes
With parallel bootstrap things can now time longer.
-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 a7a5d4c..34095ef 100644 --- a/bbot/agent/agent.cli +++ b/bbot/agent/agent.cli @@ -155,11 +155,11 @@ namespace bbot numbers." } - size_t --bootstrap-timeout = 1200 + size_t --bootstrap-timeout = 1800 { "<sec>", "Maximum number of seconds to wait for machine bootstrap completion, - 1200 (20 minutes) by default." + 1800 (30 minutes) by default." } size_t --bootstrap-retries = 2 diff --git a/bbot/bbot-agent@.service b/bbot/bbot-agent@.service index 3f4cef3..546788b 100644 --- a/bbot/bbot-agent@.service +++ b/bbot/bbot-agent@.service @@ -19,7 +19,7 @@ Environment=BRIDGE=br1 Environment=AUTH_KEY= -Environment=BOOTSTRAP_TIMEOUT=1200 +Environment=BOOTSTRAP_TIMEOUT=1800 Environment=BOOTSTRAP_RETRIES=2 Environment=BUILD_TIMEOUT=1800 |