aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/test_testbed_api_topology.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/test_testbed_api_topology.c')
-rw-r--r--src/testbed/test_testbed_api_topology.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/testbed/test_testbed_api_topology.c b/src/testbed/test_testbed_api_topology.c
index 8e673d293..6d43e89ae 100644
--- a/src/testbed/test_testbed_api_topology.c
+++ b/src/testbed/test_testbed_api_topology.c
@@ -138,8 +138,10 @@ test_master (void *cls, unsigned int num_peers,
138 GNUNET_TESTBED_TOPOLOGY_ERDOS_RENYI, 138 GNUNET_TESTBED_TOPOLOGY_ERDOS_RENYI,
139 NUM_PEERS); 139 NUM_PEERS);
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,
143 //120),
144 GNUNET_TIME_UNIT_FOREVER_REL,
143 do_shutdown, NULL); 145 do_shutdown, NULL);
144} 146}
145 147