aboutsummaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
authorms <ms@taler.net>2021-07-08 09:57:28 +0200
committerms <ms@taler.net>2021-07-08 09:57:28 +0200
commite71bc798ee976bd916cd19b913adb6f517c9e20b (patch)
tree0b275097fd42d949eb315fecd28d236f8ec68427 /buildbot
parent564985dea7e98fa2acffd6df10c4213d2cb68dbb (diff)
downloaddeployment-e71bc798ee976bd916cd19b913adb6f517c9e20b.tar.gz
deployment-e71bc798ee976bd916cd19b913adb6f517c9e20b.tar.bz2
deployment-e71bc798ee976bd916cd19b913adb6f517c9e20b.zip
simplify launch: not using 'timeout' command
Diffstat (limited to 'buildbot')
-rw-r--r--buildbot/master.cfg2
1 files changed, 1 insertions, 1 deletions
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/",
)
)