From c63815eb8a8e60ee615182348106a7be1b5e2f18 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 9 Oct 2017 13:57:00 +0200 Subject: Increase bootstrap timeout to 20 minutes It takes longer than 15 minutes to bootstrap on i5 Mac Mini. --- 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 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 { "", "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 -- cgit v1.1