aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_testing_topology.c
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-05-10 15:58:22 +0000
committerNathan S. Evans <evans@in.tum.de>2010-05-10 15:58:22 +0000
commita36b0cceaf7fceff3181520b010a0ad4e6c37ab9 (patch)
tree20c5b82d901d507024e3d74b6389b94c72b595df /src/testing/test_testing_topology.c
parentc3620d754d5dc403a770779738a8197d57e0b3fc (diff)
downloadgnunet-a36b0cceaf7fceff3181520b010a0ad4e6c37ab9.tar.gz
gnunet-a36b0cceaf7fceff3181520b010a0ad4e6c37ab9.zip
some testing stuff, but i think there is a problem in gnunet-service-transport
Diffstat (limited to 'src/testing/test_testing_topology.c')
-rw-r--r--src/testing/test_testing_topology.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/test_testing_topology.c b/src/testing/test_testing_topology.c
index d00b52a0c..c3f89bbe9 100644
--- a/src/testing/test_testing_topology.c
+++ b/src/testing/test_testing_topology.c
@@ -35,7 +35,7 @@
35/** 35/**
36 * How long until we give up on starting the peers? 36 * How long until we give up on starting the peers?
37 */ 37 */
38#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 60) 38#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 300)
39 39
40#define DEFAULT_NUM_PEERS 4 40#define DEFAULT_NUM_PEERS 4
41 41