aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 04f002c430..4811e87768 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)
sizeof (sa),
1024,
GNUNET_TIME_relative_multiply
- (GNUNET_TIME_UNIT_MILLISECONDS, 250),
+ (GNUNET_TIME_UNIT_MILLISECONDS, 10000),
GNUNET_NO);
GNUNET_assert (server != NULL);
handlers[0].callback_cls = cls;
@@ -168,7 +168,7 @@ task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
&make_msg, NULL));
GNUNET_CLIENT_receive (client, &recv_bounce, cls,
GNUNET_TIME_relative_multiply
- (GNUNET_TIME_UNIT_MILLISECONDS, 250));
+ (GNUNET_TIME_UNIT_MILLISECONDS, 10000));
}