commit 5c5b991b11f2c3359ecdd9c903c01a53996c2330
parent 3d510909911435a9d706978b56574aa1a2352238
Author: Bart Polot <bart@net.in.tum.de>
Date: Fri, 26 Jun 2015 03:27:32 +0000
- don't torture buildbots with 5000 messages
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/cadet/test_cadet.c b/src/cadet/test_cadet.c
@@ -33,7 +33,7 @@
/**
* How many messages to send
*/
-#define TOTAL_PACKETS 5000 /* Cannot exceed 64k! */
+#define TOTAL_PACKETS 200 /* Cannot exceed 64k! */
/**
* How long until we give up on connecting the peers?