diff options
-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 |