aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_monitor.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-19 09:13:28 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-19 09:13:28 +0000
commit16fadba6f7aab3d42623650133cd95536e825dbc (patch)
tree335db416ce905dbba98f99f7905f904183de21f4 /src/dht/test_dht_monitor.c
parent6f973ea8d364faab74da2a4de656255ac682dd11 (diff)
downloadgnunet-16fadba6f7aab3d42623650133cd95536e825dbc.tar.gz
gnunet-16fadba6f7aab3d42623650133cd95536e825dbc.zip
-modify timeout values further
Diffstat (limited to 'src/dht/test_dht_monitor.c')
-rw-r--r--src/dht/test_dht_monitor.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/dht/test_dht_monitor.c b/src/dht/test_dht_monitor.c
index 2a59b9bfa..4e742a9bd 100644
--- a/src/dht/test_dht_monitor.c
+++ b/src/dht/test_dht_monitor.c
@@ -484,11 +484,12 @@ peergroup_ready (void *cls, const char *emsg)
484 return; 484 return;
485 } 485 }
486 monitor_counter = 0; 486 monitor_counter = 0;
487 put_task = GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_UNIT_SECONDS, 487 put_task = GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_relative_multiply
488 (GNUNET_TIME_UNIT_SECONDS, 3),
488 &put_id, NULL); 489 &put_id, NULL);
489 test_task = 490 test_task =
490 GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_relative_multiply 491 GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_relative_multiply
491 (GNUNET_TIME_UNIT_SECONDS, 3), &do_test, 492 (GNUNET_TIME_UNIT_SECONDS, 6), &do_test,
492 NULL); 493 NULL);
493 disconnect_task = 494 disconnect_task =
494 GNUNET_SCHEDULER_add_delayed (GET_TIMEOUT, &disconnect_peers, NULL); 495 GNUNET_SCHEDULER_add_delayed (GET_TIMEOUT, &disconnect_peers, NULL);