diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2021-02-12 18:34:51 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2021-02-12 18:34:51 +0300 |
commit | eb41a245dc4863bf577109d74c3e2164ccd79bc1 (patch) | |
tree | 64b22699724ea14b0573680c25fd105006bd2d50 | |
parent | 5afe500c220d502fc6f83f829521d50d43816bf6 (diff) |
Increase agent's build timeout in bbot-agent@.service from 60 to 90 minutes
-rw-r--r-- | bbot/bbot-agent@.service | 2 |
1 files changed, 1 insertions, 1 deletions
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 |