aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/test_testbed_api_topology_clique.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/test_testbed_api_topology_clique.c')
-rw-r--r--src/testbed/test_testbed_api_topology_clique.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testbed/test_testbed_api_topology_clique.c b/src/testbed/test_testbed_api_topology_clique.c
index f1330277b..34afae883 100644
--- a/src/testbed/test_testbed_api_topology_clique.c
+++ b/src/testbed/test_testbed_api_topology_clique.c
@@ -141,7 +141,7 @@ test_master (void *cls, unsigned int num_peers,
141 GNUNET_TESTBED_TOPOLOGY_OPTION_END); 141 GNUNET_TESTBED_TOPOLOGY_OPTION_END);
142 GNUNET_assert (NULL != op); 142 GNUNET_assert (NULL != op);
143 shutdown_task = GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_relative_multiply 143 shutdown_task = GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_relative_multiply
144 (GNUNET_TIME_UNIT_SECONDS, 120), 144 (GNUNET_TIME_UNIT_SECONDS, 300),
145 do_shutdown, NULL); 145 do_shutdown, NULL);
146} 146}
147 147