From: Nathan S. Evans Date: Fri, 5 Feb 2010 15:23:19 +0000 (+0000) Subject: longer timeout to make test work on slower machines, but the problem is still that... X-Git-Tag: initial-import-from-subversion-38251~22778 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=596599880b00619606fd498e79e00d7ca45b64ab;p=oweals%2Fgnunet.git 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 --- 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))