From bb386e095785d0c50b5704f2b23edbe0c790443d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 9 Apr 2019 16:47:49 +0200 Subject: Increase default build timeout to 60 minutes --- bbot/agent/agent.cli | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bbot/agent/agent.cli') diff --git a/bbot/agent/agent.cli b/bbot/agent/agent.cli index 34095ef..6004bd0 100644 --- a/bbot/agent/agent.cli +++ b/bbot/agent/agent.cli @@ -169,10 +169,10 @@ namespace bbot by default." } - size_t --build-timeout = 1800 + size_t --build-timeout = 3600 { "", - "Maximum number of seconds to wait for build completion, 1800 (30 + "Maximum number of seconds to wait for build completion, 3600 (60 minutes) by default." } -- cgit v1.1