gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-deployment] branch master updated: try to fix timeou


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: try to fix timeout timeout is not a ShellCommand.
Date: Fri, 18 Oct 2019 11:57:40 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 56e4e9b  try to fix timeout timeout is not a ShellCommand.
56e4e9b is described below

commit 56e4e9b4637d849ba05073d14b11c2a00ae28a89
Author: ng0 <address@hidden>
AuthorDate: Fri Oct 18 09:57:17 2019 +0000

    try to fix timeout
    timeout is not a ShellCommand.
---
 buildbot/master.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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(

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]