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