-modify timeout values further
authorChristian Grothoff <christian@grothoff.org>
Tue, 19 Jun 2012 09:13:28 +0000 (09:13 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 19 Jun 2012 09:13:28 +0000 (09:13 +0000)
src/dht/test_dht_monitor.c

index 2a59b9bfa888885859bade34a892089b9cb9980c..4e742a9bddb372bcf332eefa6c8b50e47e349875 100644 (file)
@@ -484,11 +484,12 @@ peergroup_ready (void *cls, const char *emsg)
     return;
   }
   monitor_counter = 0;
-  put_task = GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_UNIT_SECONDS,
+  put_task = GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_relative_multiply
+                                          (GNUNET_TIME_UNIT_SECONDS, 3),
                                           &put_id, NULL);
   test_task =
       GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_relative_multiply
-                                    (GNUNET_TIME_UNIT_SECONDS, 3), &do_test,
+                                    (GNUNET_TIME_UNIT_SECONDS, 6), &do_test,
                                     NULL);
   disconnect_task =
       GNUNET_SCHEDULER_add_delayed (GET_TIMEOUT, &disconnect_peers, NULL);