faster stop timeout
authorChristian Grothoff <christian@grothoff.org>
Tue, 19 Oct 2010 11:23:57 +0000 (11:23 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 19 Oct 2010 11:23:57 +0000 (11:23 +0000)
src/arm/gnunet-arm.c

index 7ec717a5adf4fa8251e757e632231fb4d89b0f1e..a9bf4a38eefce6f6a59b504ee269ac26ee2b4b7f 100644 (file)
@@ -34,7 +34,7 @@
 /**
  * Timeout for stopping services.  Long to give some services a real chance.
  */
-#define STOP_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 60)
+#define STOP_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 1)
 
 /**
  * Timeout for starting services, very short because of the strange way start works