From 355fb2bf20af05ccd885279db26f9ccce669dd13 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 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bbot/agent') 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 -- cgit v1.1