From: Nathan S. Evans Date: Wed, 22 Sep 2010 16:31:19 +0000 (+0000) Subject: increase timeout, sparcbot testcase might pass X-Git-Tag: initial-import-from-subversion-38251~20267 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=42538dd79c8b9dae31d92c596855e403b144c64c;p=oweals%2Fgnunet.git increase timeout, sparcbot testcase might pass --- diff --git a/src/core/test_core_api_start_only.c b/src/core/test_core_api_start_only.c index 4155bf5d4..b55d3c972 100644 --- a/src/core/test_core_api_start_only.c +++ b/src/core/test_core_api_start_only.c @@ -39,7 +39,7 @@ /** * How long until we give up on transmitting the message? */ -#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 30) +#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 120) #define MTYPE 12345