taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 56e4e9b4637d849ba05073d14b11c2a00ae28a89
parent 8ea204ab92945921b08551a964ea11ac1ee2c0ad
Author: ng0 <ng0@n0.is>
Date:   Fri, 18 Oct 2019 09:57:17 +0000

try to fix timeout
timeout is not a ShellCommand.

Diffstat:
Mbuildbot/master.cfg | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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(