From 4f9907d428cd263c65284ee671acbba21800a14e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 15 Nov 2009 18:54:16 +0000 Subject: [PATCH] increase timeout --- src/transport/test_transport_api.c | 2 +- src/transport/transport_api.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/transport/test_transport_api.c b/src/transport/test_transport_api.c index 7a9b69474..90e12d75b 100644 --- a/src/transport/test_transport_api.c +++ b/src/transport/test_transport_api.c @@ -40,7 +40,7 @@ /** * How long until we give up on transmitting the message? */ -#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 60) +#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 300) #define MTYPE 12345 diff --git a/src/transport/transport_api.c b/src/transport/transport_api.c index e50ee49ad..ecd860675 100644 --- a/src/transport/transport_api.c +++ b/src/transport/transport_api.c @@ -44,7 +44,7 @@ #define OFFER_HELLO_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 30) /** - * After how long do we give automatically retry an unsuccessful + * After how long do we automatically retry an unsuccessful * CONNECT request? */ #define CONNECT_RETRY_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MILLISECONDS, 750) -- 2.25.1