From 14f1a8d4e22241fb3e8e57ea55a3ea1d79bbb1f6 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 11 Feb 2021 21:12:06 +0300 Subject: Increase agent's default build timeout from 60 to 90 minutes --- bbot/agent/agent.cli | 4 ++-- 1 file 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 { "", - "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." } -- cgit v1.1