aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_client.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/test_client.c')
-rw-r--r--src/util/test_client.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/test_client.c b/src/util/test_client.c
index 04f002c43..4811e8776 100644
--- a/src/util/test_client.c
+++ b/src/util/test_client.c
@@ -151,7 +151,7 @@ task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
151 sizeof (sa), 151 sizeof (sa),
152 1024, 152 1024,
153 GNUNET_TIME_relative_multiply 153 GNUNET_TIME_relative_multiply
154 (GNUNET_TIME_UNIT_MILLISECONDS, 250), 154 (GNUNET_TIME_UNIT_MILLISECONDS, 10000),
155 GNUNET_NO); 155 GNUNET_NO);
156 GNUNET_assert (server != NULL); 156 GNUNET_assert (server != NULL);
157 handlers[0].callback_cls = cls; 157 handlers[0].callback_cls = cls;
@@ -168,7 +168,7 @@ task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
168 &make_msg, NULL)); 168 &make_msg, NULL));
169 GNUNET_CLIENT_receive (client, &recv_bounce, cls, 169 GNUNET_CLIENT_receive (client, &recv_bounce, cls,
170 GNUNET_TIME_relative_multiply 170 GNUNET_TIME_relative_multiply
171 (GNUNET_TIME_UNIT_MILLISECONDS, 250)); 171 (GNUNET_TIME_UNIT_MILLISECONDS, 10000));
172} 172}
173 173
174 174