projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1bf8f3
)
- msg
author
Matthias Wachs
<wachs@net.in.tum.de>
Fri, 11 May 2012 11:26:41 +0000
(11:26 +0000)
committer
Matthias Wachs
<wachs@net.in.tum.de>
Fri, 11 May 2012 11:26:41 +0000
(11:26 +0000)
src/integration-tests/gnunet_testing.py.in
patch
|
blob
|
history
diff --git
a/src/integration-tests/gnunet_testing.py.in
b/src/integration-tests/gnunet_testing.py.in
index d935bc419bd0e5bc78142665d31525d3af078019..7f8c97637335ef04f8840003ea4c6865366f4a70 100644
(file)
--- a/
src/integration-tests/gnunet_testing.py.in
+++ b/
src/integration-tests/gnunet_testing.py.in
@@
-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