From 2c809c1ec1df01edef924fb7e65f6c9f1be2a866 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 21 Jun 2023 08:05:36 +0200 Subject: Add --{bootstrap,build}-startup options to agent Increase build startup timeout from 2 to 4 minutes. --- bbot/agent/agent.cli | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'bbot/agent/agent.cli') diff --git a/bbot/agent/agent.cli b/bbot/agent/agent.cli index 0a9147c..eb3553d 100644 --- a/bbot/agent/agent.cli +++ b/bbot/agent/agent.cli @@ -247,6 +247,13 @@ namespace bbot numbers." } + size_t --bootstrap-startup = 300 + { + "", + "Maximum number of seconds to wait for machine bootstrap startup, + 300 (5 minutes) by default." + } + size_t --bootstrap-timeout = 3600 { "", @@ -261,6 +268,13 @@ namespace bbot by default." } + size_t --build-startup = 240 + { + "", + "Maximum number of seconds to wait for build startup, 240 (4 minutes) by + default." + } + size_t --build-timeout = 5400 { "", -- cgit v1.1