aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests/test_integration_disconnect.py.in
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-12-19 15:02:56 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-12-19 15:02:56 +0000
commite5607fbc97ee4d5c67589d31217fba947bea7131 (patch)
tree395181c79a211b757a6320305cbb693af7675496 /src/integration-tests/test_integration_disconnect.py.in
parent2c4e38eae8b9bf8b3c884a4d9a2bd48996d37e73 (diff)
downloadgnunet-e5607fbc97ee4d5c67589d31217fba947bea7131.tar.gz
gnunet-e5607fbc97ee4d5c67589d31217fba947bea7131.zip
fixing some timeouts
Diffstat (limited to 'src/integration-tests/test_integration_disconnect.py.in')
-rwxr-xr-xsrc/integration-tests/test_integration_disconnect.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/integration-tests/test_integration_disconnect.py.in b/src/integration-tests/test_integration_disconnect.py.in
index d055b6907..537ae86bf 100755
--- a/src/integration-tests/test_integration_disconnect.py.in
+++ b/src/integration-tests/test_integration_disconnect.py.in
@@ -103,7 +103,7 @@ def check_connect ():
103 check.add (StatisticsCondition (server, 'topology', '# peers connected',1)) 103 check.add (StatisticsCondition (server, 'topology', '# peers connected',1))
104 check.add (StatisticsCondition (server, 'fs', '# peers connected',1)) 104 check.add (StatisticsCondition (server, 'fs', '# peers connected',1))
105 105
106 check.run_blocking (10, success_connect_cont, fail_connect_cont) 106 check.run_blocking (check_timeout, success_connect_cont, fail_connect_cont)
107 107
108# 108#
109# Test execution 109# Test execution