aboutsummaryrefslogtreecommitdiff
path: root/src/nse/test_nse_multipeer.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-07-23 17:48:48 +0000
committerChristian Grothoff <christian@grothoff.org>2011-07-23 17:48:48 +0000
commite5e33fe06042fe6c90f0a755a5c41f8f730c387c (patch)
tree8ba7b5f7e2c287ace81ae92a1c5e04db48184864 /src/nse/test_nse_multipeer.c
parent49fb611b2c5c7e438318356a675d8da99e52d739 (diff)
downloadgnunet-e5e33fe06042fe6c90f0a755a5c41f8f730c387c.tar.gz
gnunet-e5e33fe06042fe6c90f0a755a5c41f8f730c387c.zip
fix starting stddevs/avgs
Diffstat (limited to 'src/nse/test_nse_multipeer.c')
-rw-r--r--src/nse/test_nse_multipeer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nse/test_nse_multipeer.c b/src/nse/test_nse_multipeer.c
index bfd7741b1..c277fdf7b 100644
--- a/src/nse/test_nse_multipeer.c
+++ b/src/nse/test_nse_multipeer.c
@@ -49,9 +49,9 @@ struct NSEPeer *peer_head;
49struct NSEPeer *peer_tail; 49struct NSEPeer *peer_tail;
50 50
51/** 51/**
52 * How long until we give up on connecting the peers? 52 * How long do we run the test?
53 */ 53 */
54#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 1500) 54#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MINUTES, 5)
55 55
56static int ok; 56static int ok;
57 57