From 2e70ba325f9f9ba8879d51e9b3c77420b9817c7f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 7 Feb 2019 13:03:38 +0200 Subject: Increase default bootstrap timeout to 30 minutes With parallel bootstrap things can now time longer. --- bbot/agent/agent.cli | 4 ++-- 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 { "", "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 -- cgit v1.1