diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2021-02-11 21:12:06 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2021-02-11 21:12:06 +0300 |
commit | 14f1a8d4e22241fb3e8e57ea55a3ea1d79bbb1f6 (patch) | |
tree | d06aa14294b3656760b670f9454067076058c496 | |
parent | 31ef155bcec9ea38c414fdc0088ebe620bcd49ca (diff) |
Increase agent's default build timeout from 60 to 90 minutes
-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." } |