- fix
authorMatthias Wachs <wachs@net.in.tum.de>
Sat, 12 May 2012 12:33:06 +0000 (12:33 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Sat, 12 May 2012 12:33:06 +0000 (12:33 +0000)
src/integration-tests/gnunet_testing.py.in

index 7f8c97637335ef04f8840003ea4c6865366f4a70..41e709f8c63cee76db264fa4bda31d27b7d42d2b 100644 (file)
@@ -51,7 +51,10 @@ class Check:
             time.sleep(1)
             execs += 1
         if ((False == res) and (execs >= timeout)):
-           print ('Check had timeout after ' +str(timeout)+ 'seconds')
+           print ('Check had timeout after ' +str(timeout)+ ' seconds')
+           neg_cont (self)
+        elif ((False == res) and (execs >= timeout)):
+                       neg_cont (self)
         else:
             pos_cont (self)
         return res