aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-03-10 13:29:28 +0000
committerChristian Grothoff <christian@grothoff.org>2010-03-10 13:29:28 +0000
commitc7da1d4700cb6da370faad18195bdc36dd51dc31 (patch)
treee5a7575524bbe364cb2c14fc828f7c267aecff3f
parent629028f9189be2f2aba4a9781bbc15b7dec5514b (diff)
downloadgnunet-c7da1d4700cb6da370faad18195bdc36dd51dc31.tar.gz
gnunet-c7da1d4700cb6da370faad18195bdc36dd51dc31.zip
smaller timeout
-rw-r--r--src/arm/gnunet-arm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arm/gnunet-arm.c b/src/arm/gnunet-arm.c
index d0748f173..73aaf8f2a 100644
--- a/src/arm/gnunet-arm.c
+++ b/src/arm/gnunet-arm.c
@@ -33,7 +33,7 @@
33/** 33/**
34 * Timeout for all operations. 34 * Timeout for all operations.
35 */ 35 */
36#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 5) 36#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MILLISECONDS, 50)
37 37
38/** 38/**
39 * Set if we are to shutdown all services (including ARM). 39 * Set if we are to shutdown all services (including ARM).