aboutsummaryrefslogtreecommitdiff
path: root/src/core/test_core_api.c
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-02-05 15:23:19 +0000
committerNathan S. Evans <evans@in.tum.de>2010-02-05 15:23:19 +0000
commit596599880b00619606fd498e79e00d7ca45b64ab (patch)
treef7be4dd5bcb97a60c41c707f1563011e168d07a0 /src/core/test_core_api.c
parent3229140d0264b5e51b1f9d13354ee28dc6c9b683 (diff)
downloadgnunet-596599880b00619606fd498e79e00d7ca45b64ab.tar.gz
gnunet-596599880b00619606fd498e79e00d7ca45b64ab.zip
longer timeout to make test work on slower machines, but the problem is still that the timeout for notifying transmit ready somehow gets propagated to core retrying a transmission
Diffstat (limited to 'src/core/test_core_api.c')
-rw-r--r--src/core/test_core_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/test_core_api.c b/src/core/test_core_api.c
index 9fafb10de..72846ed0f 100644
--- a/src/core/test_core_api.c
+++ b/src/core/test_core_api.c
@@ -247,7 +247,7 @@ init_notify (void *cls,
247 247
248 if (NULL == GNUNET_CORE_notify_transmit_ready (p1.ch, 248 if (NULL == GNUNET_CORE_notify_transmit_ready (p1.ch,
249 0, 249 0,
250 GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 15), 250 GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 45),
251 &p2.id, 251 &p2.id,
252 sizeof (struct GNUNET_MessageHeader), 252 sizeof (struct GNUNET_MessageHeader),
253 &transmit_ready, &p1)) 253 &transmit_ready, &p1))