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