commit e71bc798ee976bd916cd19b913adb6f517c9e20b
parent 564985dea7e98fa2acffd6df10c4213d2cb68dbb
Author: ms <ms@taler.net>
Date: Thu, 8 Jul 2021 09:57:28 +0200
simplify launch: not using 'timeout' command
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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/",
)
)