summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-10-18 09:57:17 +0000
committerng0 <ng0@n0.is>2019-10-18 09:57:17 +0000
commit56e4e9b4637d849ba05073d14b11c2a00ae28a89 (patch)
treeb51b3c35781059a4b86c91502b7bda0256f84e33
parent8ea204ab92945921b08551a964ea11ac1ee2c0ad (diff)
downloaddeployment-56e4e9b4637d849ba05073d14b11c2a00ae28a89.tar.gz
deployment-56e4e9b4637d849ba05073d14b11c2a00ae28a89.tar.bz2
deployment-56e4e9b4637d849ba05073d14b11c2a00ae28a89.zip
try to fix timeout
timeout is not a ShellCommand.
-rw-r--r--buildbot/master.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index a5dab56..3c2d445 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -260,13 +260,13 @@ WALLET_FACTORY.addStep(
# )
#)
WALLET_FACTORY.addStep(
+ timeout=3600,
ShellCommand(
name="test",
description="Running wallet tests",
descriptionDone="Test correctly run",
command=["./$HOME/bin/taler-wallet-cli", "integrationtest", "--verbose"],
workdir="build/",
- timeout=3600
)
)
# WALLET_FACTORY.addStep(