commit 4e7c68bdad3094235a96b7d22c5b0c7a3877059b
parent 3baafa5b95fc0e5ccd8d0e6a1f87d00bb78eb9cf
Author: MS <ms@taler.net>
Date: Tue, 6 Dec 2022 21:13:37 +0100
large build step timeout
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git 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.
)
)