aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/test_gnunet_daemon_hostlist.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-03-15 12:29:02 +0000
committerChristian Grothoff <christian@grothoff.org>2010-03-15 12:29:02 +0000
commit27a1f7a5af21adb6b09d0d642df632e3341f9e35 (patch)
tree52d683cf99f3e0bd8eb247576ef5f52940990e1e /src/hostlist/test_gnunet_daemon_hostlist.c
parent7d8275eaff8ef6edf80a17a51317efd8f41e75fd (diff)
downloadgnunet-27a1f7a5af21adb6b09d0d642df632e3341f9e35.tar.gz
gnunet-27a1f7a5af21adb6b09d0d642df632e3341f9e35.zip
increase some timeouts, decrease others
Diffstat (limited to 'src/hostlist/test_gnunet_daemon_hostlist.c')
-rw-r--r--src/hostlist/test_gnunet_daemon_hostlist.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/hostlist/test_gnunet_daemon_hostlist.c b/src/hostlist/test_gnunet_daemon_hostlist.c
index 9e808fc58..a8f092121 100644
--- a/src/hostlist/test_gnunet_daemon_hostlist.c
+++ b/src/hostlist/test_gnunet_daemon_hostlist.c
@@ -225,8 +225,7 @@ run (void *cls,
225 ok++; 225 ok++;
226 sched = s; 226 sched = s;
227 timeout_task = GNUNET_SCHEDULER_add_delayed (sched, 227 timeout_task = GNUNET_SCHEDULER_add_delayed (sched,
228 GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 228 TIMEOUT,
229 15),
230 &timeout_error, 229 &timeout_error,
231 NULL); 230 NULL);
232 GNUNET_SCHEDULER_add_delayed (sched, 231 GNUNET_SCHEDULER_add_delayed (sched,