aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/core/test_core_api_start_only.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/test_core_api_start_only.c b/src/core/test_core_api_start_only.c
index 4155bf5d4..b55d3c972 100644
--- a/src/core/test_core_api_start_only.c
+++ b/src/core/test_core_api_start_only.c
@@ -39,7 +39,7 @@
39/** 39/**
40 * How long until we give up on transmitting the message? 40 * How long until we give up on transmitting the message?
41 */ 41 */
42#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 30) 42#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 120)
43 43
44#define MTYPE 12345 44#define MTYPE 12345
45 45