diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-06-25 12:29:14 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-06-25 12:29:14 +0200 |
commit | 9cc3a1545c47fe233404e14f9333001df3899d18 (patch) | |
tree | cedfeb887696927c4767807c87385a1a96c5d8e9 | |
parent | 1e01d5188ef6a0eff0c7594c051272e5beae3dd5 (diff) |
Increase bootstrap 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 dbafe8f..9d676b1 100644 --- a/bbot/agent/agent.cli +++ b/bbot/agent/agent.cli @@ -154,11 +154,11 @@ namespace bbot numbers." } - size_t --bootstrap-timeout = 1800 + size_t --bootstrap-timeout = 3600 { "<sec>", "Maximum number of seconds to wait for machine bootstrap completion, - 1800 (30 minutes) by default." + 3600 (60 minutes) by default." } size_t --bootstrap-retries = 2 diff --git a/bbot/bbot-agent@.service b/bbot/bbot-agent@.service index fedc31f..c9e1093 100644 --- a/bbot/bbot-agent@.service +++ b/bbot/bbot-agent@.service @@ -19,7 +19,7 @@ Environment=BRIDGE=br1 Environment=AUTH_KEY= -Environment=BOOTSTRAP_TIMEOUT=1800 +Environment=BOOTSTRAP_TIMEOUT=3600 Environment=BOOTSTRAP_RETRIES=2 Environment=BUILD_TIMEOUT=3600 |