From: Christian Grothoff Date: Thu, 22 Jul 2010 11:57:31 +0000 (+0000) Subject: faster run X-Git-Tag: initial-import-from-subversion-38251~20853 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5b767735eab63f6dc171cbb5161c3ad600a09631;p=oweals%2Fgnunet.git faster run --- diff --git a/src/core/test_core_api_reliability.c b/src/core/test_core_api_reliability.c index b9fba21c6..f981f105a 100644 --- a/src/core/test_core_api_reliability.c +++ b/src/core/test_core_api_reliability.c @@ -44,7 +44,7 @@ * 'MAX_PENDING' in 'gnunet-service-transport.c', otherwise * messages may be dropped even for a reliable transport. */ -#define TOTAL_MSGS (600 * 200) +#define TOTAL_MSGS (600 * 10) /** * How long until we give up on transmitting the message?