aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_testing_connect.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/test_testing_connect.c')
-rw-r--r--src/testing/test_testing_connect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/test_testing_connect.c b/src/testing/test_testing_connect.c
index 6c3ff1ae9..3ddb9dbac 100644
--- a/src/testing/test_testing_connect.c
+++ b/src/testing/test_testing_connect.c
@@ -30,7 +30,7 @@
30/** 30/**
31 * How long until we give up on connecting the peers? 31 * How long until we give up on connecting the peers?
32 */ 32 */
33#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 60) 33#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 300)
34 34
35#define CONNECT_ATTEMPTS 3 35#define CONNECT_ATTEMPTS 3
36 36