summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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).