aboutsummaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-05-31 22:14:28 +0000
committerChristian Grothoff <christian@grothoff.org>2010-05-31 22:14:28 +0000
commit0dfd31d4a2b901e1a066fb6466b3ce9652f70205 (patch)
treea0fa5668223f434bf05b2f6a19792b1a80a519fd /src/core
parentb8c48adeb02e380a11b808326fe72796c63c2faf (diff)
downloadgnunet-0dfd31d4a2b901e1a066fb6466b3ce9652f70205.tar.gz
gnunet-0dfd31d4a2b901e1a066fb6466b3ce9652f70205.zip
make smaller -- for now
Diffstat (limited to 'src/core')
-rw-r--r--src/core/test_core_api_reliability.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/test_core_api_reliability.c b/src/core/test_core_api_reliability.c
index 89120561b..9fbaedf72 100644
--- a/src/core/test_core_api_reliability.c
+++ b/src/core/test_core_api_reliability.c
@@ -63,7 +63,7 @@ static struct GNUNET_TIME_Absolute start_time;
63 * 'MAX_PENDING' in 'gnunet-service-transport.c', otherwise 63 * 'MAX_PENDING' in 'gnunet-service-transport.c', otherwise
64 * messages may be dropped even for a reliable transport. 64 * messages may be dropped even for a reliable transport.
65 */ 65 */
66#define TOTAL_MSGS (60000 * 2) 66#define TOTAL_MSGS (600 * 2)
67 67
68struct PeerContext 68struct PeerContext
69{ 69{