diff options
-rw-r--r-- | bbot/agent/agent.cli | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bbot/agent/agent.cli b/bbot/agent/agent.cli index 9d676b1..5d6cc9d 100644 --- a/bbot/agent/agent.cli +++ b/bbot/agent/agent.cli @@ -168,10 +168,10 @@ namespace bbot by default." } - size_t --build-timeout = 3600 + size_t --build-timeout = 5400 { "<sec>", - "Maximum number of seconds to wait for build completion, 3600 (60 + "Maximum number of seconds to wait for build completion, 5400 (90 minutes) by default." } |