- msg
authorMatthias Wachs <wachs@net.in.tum.de>
Fri, 11 May 2012 11:26:41 +0000 (11:26 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Fri, 11 May 2012 11:26:41 +0000 (11:26 +0000)
src/integration-tests/gnunet_testing.py.in

index d935bc419bd0e5bc78142665d31525d3af078019..7f8c97637335ef04f8840003ea4c6865366f4a70 100644 (file)
@@ -50,8 +50,8 @@ class Check:
             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