gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r21436 - gnunet/src/integration-tests


From: gnunet
Subject: [GNUnet-SVN] r21436 - gnunet/src/integration-tests
Date: Fri, 11 May 2012 13:26:41 +0200

Author: wachs
Date: 2012-05-11 13:26:41 +0200 (Fri, 11 May 2012)
New Revision: 21436

Modified:
   gnunet/src/integration-tests/gnunet_testing.py.in
Log:
- msg


Modified: gnunet/src/integration-tests/gnunet_testing.py.in
===================================================================
--- gnunet/src/integration-tests/gnunet_testing.py.in   2012-05-11 08:18:06 UTC 
(rev 21435)
+++ gnunet/src/integration-tests/gnunet_testing.py.in   2012-05-11 11:26:41 UTC 
(rev 21436)
@@ -50,8 +50,8 @@
             res = self.run()
             time.sleep(1)
             execs += 1
-        if (res == False):
-            neg_cont (self)
+        if ((False == res) and (execs >= timeout)):
+           print ('Check had timeout after ' +str(timeout)+ 'seconds')
         else:
             pos_cont (self)
         return res            




reply via email to

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