aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/test_mesh_local_2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/test_mesh_local_2.c')
-rw-r--r--src/mesh/test_mesh_local_2.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/mesh/test_mesh_local_2.c b/src/mesh/test_mesh_local_2.c
index a2f5dd759..c91548052 100644
--- a/src/mesh/test_mesh_local_2.c
+++ b/src/mesh/test_mesh_local_2.c
@@ -268,10 +268,9 @@ test (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
268 &peer_disconnected, (void *) &two); 268 &peer_disconnected, (void *) &two);
269 GNUNET_MESH_peer_request_connect_by_type (t, 1); 269 GNUNET_MESH_peer_request_connect_by_type (t, 1);
270 test_task = 270 test_task =
271 GNUNET_SCHEDULER_add_delayed ( 271 GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_relative_multiply
272 GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS, 5), 272 (GNUNET_TIME_UNIT_SECONDS, 5),
273 &do_connect_peer_1, 273 &do_connect_peer_1, cfg);
274 cfg);
275} 274}
276 275
277 276