From 9cc3a1545c47fe233404e14f9333001df3899d18 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 25 Jun 2020 12:29:14 +0200 Subject: Increase bootstrap timeout to 60 minutes --- 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 dbafe8f..9d676b1 100644 --- a/bbot/agent/agent.cli +++ b/bbot/agent/agent.cli @@ -154,11 +154,11 @@ namespace bbot numbers." } - size_t --bootstrap-timeout = 1800 + size_t --bootstrap-timeout = 3600 { "", "Maximum number of seconds to wait for machine bootstrap completion, - 1800 (30 minutes) by default." + 3600 (60 minutes) by default." } size_t --bootstrap-retries = 2 -- cgit v1.1