From 4c7bb136ac8c1c1cd47942ad7fe8257b20997871 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 12 Apr 2017 15:27:40 +0200 Subject: Complete agent side of machine bootstrap --- bbot/agent.cli | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'bbot/agent.cli') diff --git a/bbot/agent.cli b/bbot/agent.cli index a10889e..562860f 100644 --- a/bbot/agent.cli +++ b/bbot/agent.cli @@ -64,6 +64,20 @@ namespace bbot the default." } + size_t --bootstrap-timeout = 600 + { + "", + "Maximum number of seconds to wait for machine bootstrap completion, + 600 (10 minutes) by default." + } + + size_t --build-timeout = 1800 + { + "", + "Maximum number of seconds to wait for build completion, 1800 (30 + minutes) by default." + } + uint16_t --verbose = 1 { "", -- cgit v1.1