gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] branch master updated: large build step timeout


From: gnunet
Subject: [taler-deployment] branch master updated: large build step timeout
Date: Tue, 06 Dec 2022 21:13:41 +0100

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 4e7c68b  large build step timeout
4e7c68b is described below

commit 4e7c68bdad3094235a96b7d22c5b0c7a3877059b
Author: MS <ms@taler.net>
AuthorDate: Tue Dec 6 21:13:37 2022 +0100

    large build step timeout
---
 buildbot/master.cfg | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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.
     )
 )
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]