Adapted timeout for slower buildbots
[oweals/gnunet.git] / src / mesh / test_mesh_api.c
index 10e16bd42ace202f171e2b11e343caea21d621ea..6fcc8c7ff90482332bc26c5607ea7b1631ff2e6b 100644 (file)
@@ -122,7 +122,8 @@ test (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
   }
 
   GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_relative_multiply
-                                    (GNUNET_TIME_UNIT_SECONDS, 5), &do_shutdown, NULL);
+                                (GNUNET_TIME_UNIT_SECONDS, 5), &do_shutdown,
+                                NULL);
 }