aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/test_testbed_api_topology.c
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-11-09 22:58:48 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-11-09 22:58:48 +0000
commitcd0023ab2cfba58a08d47ec2c3f287eca926d922 (patch)
tree011e76d2f2ec6ec77f52c606fc1135f71a08e38b /src/testbed/test_testbed_api_topology.c
parentdcbe14551ddea5842816a3f8c7e5291b77e88292 (diff)
downloadgnunet-cd0023ab2cfba58a08d47ec2c3f287eca926d922.tar.gz
gnunet-cd0023ab2cfba58a08d47ec2c3f287eca926d922.zip
- increse timeouts and fixes
Diffstat (limited to 'src/testbed/test_testbed_api_topology.c')
-rw-r--r--src/testbed/test_testbed_api_topology.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testbed/test_testbed_api_topology.c b/src/testbed/test_testbed_api_topology.c
index af3890ea5..f456c49c7 100644
--- a/src/testbed/test_testbed_api_topology.c
+++ b/src/testbed/test_testbed_api_topology.c
@@ -139,7 +139,7 @@ test_master (void *cls, unsigned int num_peers,
139 NUM_PEERS, GNUNET_TESTBED_TOPOLOGY_OPTION_END); 139 NUM_PEERS, GNUNET_TESTBED_TOPOLOGY_OPTION_END);
140 GNUNET_assert (NULL != op); 140 GNUNET_assert (NULL != op);
141 shutdown_task = GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_relative_multiply 141 shutdown_task = GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_relative_multiply
142 (GNUNET_TIME_UNIT_SECONDS, 120), 142 (GNUNET_TIME_UNIT_SECONDS, 300),
143 do_shutdown, NULL); 143 do_shutdown, NULL);
144} 144}
145 145