aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_constants.h
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-05-06 09:55:53 +0000
committerNathan S. Evans <evans@in.tum.de>2010-05-06 09:55:53 +0000
commit998cb5efab59bfc5cdf9b324273b367fa8278c0b (patch)
tree1f8770e93fc6f2c1c08796d20867993937f63327 /src/include/gnunet_constants.h
parent1948cedcb5e7c5017dcd18ef087f0f7e5aa5f27f (diff)
downloadgnunet-998cb5efab59bfc5cdf9b324273b367fa8278c0b.tar.gz
gnunet-998cb5efab59bfc5cdf9b324273b367fa8278c0b.zip
changes required for arm fix
Diffstat (limited to 'src/include/gnunet_constants.h')
-rw-r--r--src/include/gnunet_constants.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_constants.h b/src/include/gnunet_constants.h
index bfb36a2ea..b8e280d4e 100644
--- a/src/include/gnunet_constants.h
+++ b/src/include/gnunet_constants.h
@@ -60,7 +60,7 @@ extern "C"
60 * How long do we wait after a FORK+EXEC before testing for the 60 * How long do we wait after a FORK+EXEC before testing for the
61 * resulting process to be up (port open, waitpid, etc.)? 61 * resulting process to be up (port open, waitpid, etc.)?
62 */ 62 */
63#define GNUNET_CONSTANTS_EXEC_WAIT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MILLISECONDS, 100) 63#define GNUNET_CONSTANTS_EXEC_WAIT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MILLISECONDS, 200)
64 64
65/** 65/**
66 * After how long do we consider a service irresponsive 66 * After how long do we consider a service irresponsive