projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f973ea
)
-modify timeout values further
author
Christian Grothoff
<christian@grothoff.org>
Tue, 19 Jun 2012 09:13:28 +0000
(09:13 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Tue, 19 Jun 2012 09:13:28 +0000
(09:13 +0000)
src/dht/test_dht_monitor.c
patch
|
blob
|
history
diff --git
a/src/dht/test_dht_monitor.c
b/src/dht/test_dht_monitor.c
index 2a59b9bfa888885859bade34a892089b9cb9980c..4e742a9bddb372bcf332eefa6c8b50e47e349875 100644
(file)
--- 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)
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);