From 2bb81a442abdc6fb699c2379d1437264f3a02d75 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Fri, 16 Sep 2011 20:39:21 +0000 Subject: Delayed end of test to expose problems on slow machines (like a Core 2 Duo 9400 @ 1.86GHz...) --- src/mesh/test_mesh_api.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mesh/test_mesh_api.c') 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) GNUNET_MESH_tunnel_destroy (t); } - GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_UNIT_SECONDS, &do_shutdown, NULL); + GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_relative_multiply + (GNUNET_TIME_UNIT_SECONDS, 5), &do_shutdown, NULL); } -- cgit v1.2.3