smaller timeout
authorChristian Grothoff <christian@grothoff.org>
Wed, 10 Mar 2010 13:29:28 +0000 (13:29 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 10 Mar 2010 13:29:28 +0000 (13:29 +0000)
src/arm/gnunet-arm.c

index d0748f173000d626af4e01b389b25582bab04bbd..73aaf8f2a4a3a796655ab3070e3f618df842c0ee 100644 (file)
@@ -33,7 +33,7 @@
 /**
  * Timeout for all operations.
  */
-#define TIMEOUT  GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 5)
+#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MILLISECONDS, 50)
 
 /**
  * Set if we are to shutdown all services (including ARM).