aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-11-10 01:39:43 +0000
committerBart Polot <bart@net.in.tum.de>2011-11-10 01:39:43 +0000
commit5a2285954d27a47a4f5974154bf2bb271b95d56e (patch)
treeffb38ec3db7e163c64f76acc7bc389c646600dfb /src/mesh
parentd163417d12970506d02054121446720206b4745e (diff)
downloadgnunet-5a2285954d27a47a4f5974154bf2bb271b95d56e.tar.gz
gnunet-5a2285954d27a47a4f5974154bf2bb271b95d56e.zip
More sensible values for testcase timeouts
Diffstat (limited to 'src/mesh')
-rw-r--r--src/mesh/test_mesh_2dtorus.conf4
-rw-r--r--src/mesh/test_mesh_small.conf4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/mesh/test_mesh_2dtorus.conf b/src/mesh/test_mesh_2dtorus.conf
index a0198e27b..ca1756746 100644
--- a/src/mesh/test_mesh_2dtorus.conf
+++ b/src/mesh/test_mesh_2dtorus.conf
@@ -69,8 +69,8 @@ CONNECT_TOPOLOGY = 2D_TORUS
69#PERCENTAGE = 3 69#PERCENTAGE = 3
70#PROBABILITY = .1 70#PROBABILITY = .1
71F2F = NO 71F2F = NO
72CONNECT_TIMEOUT = 3600 72CONNECT_TIMEOUT = 300
73CONNECT_ATTEMPTS = 30 73CONNECT_ATTEMPTS = 2
74DEBUG = YES 74DEBUG = YES
75HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat 75HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
76MAX_CONCURRENT_SSH = 10 76MAX_CONCURRENT_SSH = 10
diff --git a/src/mesh/test_mesh_small.conf b/src/mesh/test_mesh_small.conf
index 80c71d8d1..cd2e16cdd 100644
--- a/src/mesh/test_mesh_small.conf
+++ b/src/mesh/test_mesh_small.conf
@@ -69,8 +69,8 @@ CONNECT_TOPOLOGY = 2D_TORUS
69#PERCENTAGE = 3 69#PERCENTAGE = 3
70#PROBABILITY = .1 70#PROBABILITY = .1
71F2F = NO 71F2F = NO
72CONNECT_TIMEOUT = 3600 72CONNECT_TIMEOUT = 360
73CONNECT_ATTEMPTS = 30 73CONNECT_ATTEMPTS = 2
74DEBUG = YES 74DEBUG = YES
75HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat 75HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
76MAX_CONCURRENT_SSH = 10 76MAX_CONCURRENT_SSH = 10