aboutsummaryrefslogtreecommitdiff
path: root/src/nse/test_nse_multipeer.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-01 08:18:39 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-01 08:18:39 +0000
commit59aa7fbf7e659fc89edaae7e333e0b9ba4e6313f (patch)
tree097b23bd1ec3a28f4b5b1efed496db365481a3e4 /src/nse/test_nse_multipeer.c
parent1f00142aa86a7dedc302f8dea29dc5e0609a1b52 (diff)
downloadgnunet-59aa7fbf7e659fc89edaae7e333e0b9ba4e6313f.tar.gz
gnunet-59aa7fbf7e659fc89edaae7e333e0b9ba4e6313f.zip
cleanup
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 e15892bce..0f5edeb48 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_MINUTES, 60) 54#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 30)
55 55
56static int ok; 56static int ok;
57 57