From eb41a245dc4863bf577109d74c3e2164ccd79bc1 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 12 Feb 2021 18:34:51 +0300 Subject: Increase agent's build timeout in bbot-agent@.service from 60 to 90 minutes --- bbot/bbot-agent@.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbot/bbot-agent@.service b/bbot/bbot-agent@.service index c9e1093..f610af2 100644 --- a/bbot/bbot-agent@.service +++ b/bbot/bbot-agent@.service @@ -22,7 +22,7 @@ Environment=AUTH_KEY= Environment=BOOTSTRAP_TIMEOUT=3600 Environment=BOOTSTRAP_RETRIES=2 -Environment=BUILD_TIMEOUT=3600 +Environment=BUILD_TIMEOUT=5400 Environment=BUILD_RETRIES=2 Environment=CONNECT_TIMEOUT=60 -- cgit v1.1