aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api_reliability.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-07-02 09:15:08 +0000
committerChristian Grothoff <christian@grothoff.org>2010-07-02 09:15:08 +0000
commit9d846b8fe921f31f0b838f86a51949bcd096690e (patch)
tree82e10be6581058dfffd411913ff31315c4e0f9c2 /src/transport/test_transport_api_reliability.c
parente0f8c37417ab9834d1314e3bcc4bf53e9d7aee0c (diff)
downloadgnunet-9d846b8fe921f31f0b838f86a51949bcd096690e.tar.gz
gnunet-9d846b8fe921f31f0b838f86a51949bcd096690e.zip
reduce to more realistic size
Diffstat (limited to 'src/transport/test_transport_api_reliability.c')
-rw-r--r--src/transport/test_transport_api_reliability.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/test_transport_api_reliability.c b/src/transport/test_transport_api_reliability.c
index b1891b32d..27b86b388 100644
--- a/src/transport/test_transport_api_reliability.c
+++ b/src/transport/test_transport_api_reliability.c
@@ -47,7 +47,7 @@
47 * 'MAX_PENDING' in 'gnunet-service-transport.c', otherwise 47 * 'MAX_PENDING' in 'gnunet-service-transport.c', otherwise
48 * messages may be dropped even for a reliable transport. 48 * messages may be dropped even for a reliable transport.
49 */ 49 */
50#define TOTAL_MSGS (60000 * 20) 50#define TOTAL_MSGS (60000 * 2)
51 51
52/** 52/**
53 * How long until we give up on transmitting the message? 53 * How long until we give up on transmitting the message?