aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2015-06-26 03:27:32 +0000
committerBart Polot <bart@net.in.tum.de>2015-06-26 03:27:32 +0000
commit5c5b991b11f2c3359ecdd9c903c01a53996c2330 (patch)
tree9f72c7311ecda3bd0941931f7dd3efd482340784
parent3d510909911435a9d706978b56574aa1a2352238 (diff)
downloadgnunet-5c5b991b11f2c3359ecdd9c903c01a53996c2330.tar.gz
gnunet-5c5b991b11f2c3359ecdd9c903c01a53996c2330.zip
- don't torture buildbots with 5000 messages
-rw-r--r--src/cadet/test_cadet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cadet/test_cadet.c b/src/cadet/test_cadet.c
index 53bffd4a3..3f88e99c1 100644
--- a/src/cadet/test_cadet.c
+++ b/src/cadet/test_cadet.c
@@ -33,7 +33,7 @@
33/** 33/**
34 * How many messages to send 34 * How many messages to send
35 */ 35 */
36#define TOTAL_PACKETS 5000 /* Cannot exceed 64k! */ 36#define TOTAL_PACKETS 200 /* Cannot exceed 64k! */
37 37
38/** 38/**
39 * How long until we give up on connecting the peers? 39 * How long until we give up on connecting the peers?