aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests/test_integration_bootstrap_and_connect.py.in
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-05-11 12:07:27 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-05-11 12:07:27 +0000
commited7f7c16f1f620ba6ce571c9385b5c77620d8f91 (patch)
treed6f3be5f192e0e3482e89bf2ccb8b0abee025a62 /src/integration-tests/test_integration_bootstrap_and_connect.py.in
parent1e2a026494463d543d61da2880f3e52a5afa4192 (diff)
downloadgnunet-ed7f7c16f1f620ba6ce571c9385b5c77620d8f91.tar.gz
gnunet-ed7f7c16f1f620ba6ce571c9385b5c77620d8f91.zip
- increase timeout for sparcbot
Diffstat (limited to 'src/integration-tests/test_integration_bootstrap_and_connect.py.in')
-rwxr-xr-xsrc/integration-tests/test_integration_bootstrap_and_connect.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/integration-tests/test_integration_bootstrap_and_connect.py.in b/src/integration-tests/test_integration_bootstrap_and_connect.py.in
index 32995d254..b1743774e 100755
--- a/src/integration-tests/test_integration_bootstrap_and_connect.py.in
+++ b/src/integration-tests/test_integration_bootstrap_and_connect.py.in
@@ -50,7 +50,7 @@ from gnunet_testing import *
50 50
51testname = "test_integration_bootstrap_and_connect" 51testname = "test_integration_bootstrap_and_connect"
52verbose = True 52verbose = True
53check_timeout = 30 53check_timeout = 180
54 54
55 55
56def cleanup (): 56def cleanup ():