[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-deployment] branch master updated: simplify launch: not using 'ti
From: |
gnunet |
Subject: |
[taler-deployment] branch master updated: simplify launch: not using 'timeout' command |
Date: |
Thu, 08 Jul 2021 09:57:31 +0200 |
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 e71bc79 simplify launch: not using 'timeout' command
e71bc79 is described below
commit e71bc798ee976bd916cd19b913adb6f517c9e20b
Author: ms <ms@taler.net>
AuthorDate: Thu Jul 8 09:57:28 2021 +0200
simplify launch: not using 'timeout' command
---
buildbot/master.cfg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 2fba768..c2fa685 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -967,7 +967,7 @@ TALER_DEMO_HEALTHCHECK_FACTORY.addStep(
name="test-withdraw-and-spend",
description="Running wallet spend tests",
descriptionDone="Test correctly run",
- command=["timeout", "--preserve-status", "5m",
"./$HOME/bin/taler-wallet-cli", "testing", "run-integrationtests",
"payment-demo"],
+ command=["./$HOME/bin/taler-wallet-cli", "testing",
"run-integrationtests", "payment-demo"],
workdir="build/",
)
)
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-deployment] branch master updated: simplify launch: not using 'timeout' command,
gnunet <=