aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mesh/test_mesh_api.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesh/test_mesh_api.c b/src/mesh/test_mesh_api.c
index 08c28bf64..03b976c3d 100644
--- a/src/mesh/test_mesh_api.c
+++ b/src/mesh/test_mesh_api.c
@@ -121,7 +121,8 @@ test (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
121 GNUNET_MESH_tunnel_destroy (t); 121 GNUNET_MESH_tunnel_destroy (t);
122 } 122 }
123 123
124 GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_UNIT_SECONDS, &do_shutdown, NULL); 124 GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_relative_multiply
125 (GNUNET_TIME_UNIT_SECONDS, 5), &do_shutdown, NULL);
125} 126}
126 127
127 128