From 6a73109cec17bc4ed3101e7793bbb08ddd93606d Mon Sep 17 00:00:00 2001 From: Sree Harsha Totakura Date: Fri, 19 Oct 2012 13:56:08 +0000 Subject: reverted to version 24399 --- src/testbed/test_testbed_api_topology.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src') 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, GNUNET_TESTBED_TOPOLOGY_ERDOS_RENYI, NUM_PEERS); GNUNET_assert (NULL != op); - shutdown_task = GNUNET_SCHEDULER_add_delayed (//GNUNET_TIME_relative_multiply - //(GNUNET_TIME_UNIT_SECONDS, - //120), - GNUNET_TIME_UNIT_FOREVER_REL, + shutdown_task = GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_relative_multiply + (GNUNET_TIME_UNIT_SECONDS, 120), do_shutdown, NULL); } -- cgit v1.2.3