From: Matthias Wachs Date: Tue, 18 Oct 2011 09:10:03 +0000 (+0000) Subject: timeout too short for slow machines X-Git-Tag: initial-import-from-subversion-38251~16437 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1f82d2ddd7597baca0591c3beccccd2b8a40031f;p=oweals%2Fgnunet.git timeout too short for slow machines --- diff --git a/src/transport/test_quota_compliance.c b/src/transport/test_quota_compliance.c index 15b4468d9..84d6733ec 100644 --- a/src/transport/test_quota_compliance.c +++ b/src/transport/test_quota_compliance.c @@ -45,12 +45,12 @@ /** * Testcase timeout */ -#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 60) +#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 120) /** * How long until we give up on transmitting the message? */ -#define TIMEOUT_TRANSMIT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 2) +#define TIMEOUT_TRANSMIT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 20) #define DURATION GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 5)