From 596599880b00619606fd498e79e00d7ca45b64ab Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Fri, 5 Feb 2010 15:23:19 +0000 Subject: [PATCH] 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 --- src/core/test_core_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, if (NULL == GNUNET_CORE_notify_transmit_ready (p1.ch, 0, - GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 15), + GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 45), &p2.id, sizeof (struct GNUNET_MessageHeader), &transmit_ready, &p1)) -- 2.25.1