-code cleanup
[oweals/gnunet.git] / src / core / test_core_api_send_to_self.c
index 655fff45957f74622570a7ce39bc60d57d14d8a0..4fa73d9519649980f16de8c9c67a61a3fd1d5022 100644 (file)
@@ -170,7 +170,7 @@ run (void *cls, char *const *args, const char *cfgfile,
   core_cfg = GNUNET_CONFIGURATION_create ();
 
   arm_proc =
-      GNUNET_OS_start_process (NULL, NULL, "gnunet-service-arm",
+    GNUNET_OS_start_process (GNUNET_YES, NULL, NULL, "gnunet-service-arm",
                                "gnunet-service-arm",
 #if VERBOSE
                                "-L", "DEBUG",
@@ -187,7 +187,7 @@ run (void *cls, char *const *args, const char *cfgfile,
 
   die_task =
       GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_relative_multiply
-                                    (GNUNET_TIME_UNIT_SECONDS, 60), &cleanup,
+                                    (GNUNET_TIME_UNIT_SECONDS, 300), &cleanup,
                                     cls);
 }