commit 8ea204ab92945921b08551a964ea11ac1ee2c0ad
parent 24374b297c6c46a44d5b3a601abf84f651848565
Author: ng0 <ng0@n0.is>
Date: Wed, 16 Oct 2019 15:42:56 +0000
add timeout (of 1 hour) to wallet.
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
@@ -265,7 +265,8 @@ WALLET_FACTORY.addStep(
description="Running wallet tests",
descriptionDone="Test correctly run",
command=["./$HOME/bin/taler-wallet-cli", "integrationtest", "--verbose"],
- workdir="build/"
+ workdir="build/",
+ timeout=3600
)
)
# WALLET_FACTORY.addStep(