aboutsummaryrefslogtreecommitdiff
path: root/src/nse/test_nse_multipeer.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-04 21:20:27 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-04 21:20:27 +0000
commit2a9710eebee992c9585178793bca604e93b21d3a (patch)
tree4984c771478e0c924c79caecb759853133995269 /src/nse/test_nse_multipeer.c
parentc09e07b428d1d4692b5ad2f51dd77ea3adc13c47 (diff)
downloadgnunet-2a9710eebee992c9585178793bca604e93b21d3a.tar.gz
gnunet-2a9710eebee992c9585178793bca604e93b21d3a.zip
increase timeout to hopefully fix issues on slow buildbots
Diffstat (limited to 'src/nse/test_nse_multipeer.c')
-rw-r--r--src/nse/test_nse_multipeer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nse/test_nse_multipeer.c b/src/nse/test_nse_multipeer.c
index 4b4dbe7b9..435cdabf4 100644
--- a/src/nse/test_nse_multipeer.c
+++ b/src/nse/test_nse_multipeer.c
@@ -51,7 +51,7 @@ struct NSEPeer *peer_tail;
51/** 51/**
52 * How long do we run the test? 52 * How long do we run the test?
53 */ 53 */
54#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 30) 54#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 300)
55 55
56static int ok; 56static int ok;
57 57