aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bbot/agent/agent.cli4
-rw-r--r--bbot/bbot-agent@.service2
2 files changed, 3 insertions, 3 deletions
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
{
"<sec>",
- "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."
}
diff --git a/bbot/bbot-agent@.service b/bbot/bbot-agent@.service
index 546788b..fedc31f 100644
--- a/bbot/bbot-agent@.service
+++ b/bbot/bbot-agent@.service
@@ -22,7 +22,7 @@ Environment=AUTH_KEY=
Environment=BOOTSTRAP_TIMEOUT=1800
Environment=BOOTSTRAP_RETRIES=2
-Environment=BUILD_TIMEOUT=1800
+Environment=BUILD_TIMEOUT=3600
Environment=BUILD_RETRIES=2
Environment=CONNECT_TIMEOUT=60