projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8e91d6
)
increase timeout, sparcbot testcase might pass
author
Nathan S. Evans
<evans@in.tum.de>
Wed, 22 Sep 2010 16:31:19 +0000
(16:31 +0000)
committer
Nathan S. Evans
<evans@in.tum.de>
Wed, 22 Sep 2010 16:31:19 +0000
(16:31 +0000)
src/core/test_core_api_start_only.c
patch
|
blob
|
history
diff --git
a/src/core/test_core_api_start_only.c
b/src/core/test_core_api_start_only.c
index 4155bf5d4c7365697787ed17da089eacbc747b68..b55d3c972771820a22045c90356b8809b7c2bfb5 100644
(file)
--- a/
src/core/test_core_api_start_only.c
+++ b/
src/core/test_core_api_start_only.c
@@
-39,7
+39,7
@@
/**
* How long until we give up on transmitting the message?
*/
-#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS,
3
0)
+#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS,
12
0)
#define MTYPE 12345