aboutsummaryrefslogtreecommitdiff
path: root/bbot/agent/agent.cli
diff options
context:
space:
mode:
Diffstat (limited to 'bbot/agent/agent.cli')
-rw-r--r--bbot/agent/agent.cli14
1 files changed, 14 insertions, 0 deletions
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
+ {
+ "<sec>",
+ "Maximum number of seconds to wait for machine bootstrap startup,
+ 300 (5 minutes) by default."
+ }
+
size_t --bootstrap-timeout = 3600
{
"<sec>",
@@ -261,6 +268,13 @@ namespace bbot
by default."
}
+ size_t --build-startup = 240
+ {
+ "<sec>",
+ "Maximum number of seconds to wait for build startup, 240 (4 minutes) by
+ default."
+ }
+
size_t --build-timeout = 5400
{
"<sec>",