summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
authorMS <ms@taler.net>2022-12-06 21:13:37 +0100
committerMS <ms@taler.net>2022-12-06 21:13:37 +0100
commit4e7c68bdad3094235a96b7d22c5b0c7a3877059b (patch)
treefb6ecc708b2878bc6b459b53b72020ca83d49729 /buildbot
parent3baafa5b95fc0e5ccd8d0e6a1f87d00bb78eb9cf (diff)
downloaddeployment-4e7c68bdad3094235a96b7d22c5b0c7a3877059b.tar.gz
deployment-4e7c68bdad3094235a96b7d22c5b0c7a3877059b.tar.bz2
deployment-4e7c68bdad3094235a96b7d22c5b0c7a3877059b.zip
large build step timeout
Diffstat (limited to 'buildbot')
-rw-r--r--buildbot/master.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index e63b9b1..9b063de 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -1004,7 +1004,8 @@ BUILD_FACTORY.addStep(
descriptionDone="Taler built.",
command=["./build.sh"],
workdir="../../deployment/buildbot",
- haltOnFailure=True
+ haltOnFailure=True,
+ timeout=18000 # 5 hours, to avoid the Docker cleanup to timeout.
)
)