aboutsummaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-09-22 16:31:19 +0000
committerNathan S. Evans <evans@in.tum.de>2010-09-22 16:31:19 +0000
commit42538dd79c8b9dae31d92c596855e403b144c64c (patch)
tree6c6607d17cef5ecdd132c0a31de5c723eb9b8ec5 /src/core
parentc8e91d6c231ea84d077a2ecb804f3303008244f4 (diff)
downloadgnunet-42538dd79c8b9dae31d92c596855e403b144c64c.tar.gz
gnunet-42538dd79c8b9dae31d92c596855e403b144c64c.zip
increase timeout, sparcbot testcase might pass
Diffstat (limited to 'src/core')
-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