aboutsummaryrefslogtreecommitdiff
path: root/src/rps/test_rps_multipeer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rps/test_rps_multipeer.c')
-rw-r--r--src/rps/test_rps_multipeer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rps/test_rps_multipeer.c b/src/rps/test_rps_multipeer.c
index df897b13d..94f709595 100644
--- a/src/rps/test_rps_multipeer.c
+++ b/src/rps/test_rps_multipeer.c
@@ -38,7 +38,7 @@
38/** 38/**
39 * How long do we run the test? 39 * How long do we run the test?
40 */ 40 */
41#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 60) 41#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 30)
42 42
43 43
44/** 44/**