longer ARM stop timeouts, powerpc buildbot still has trouble
authorChristian Grothoff <christian@grothoff.org>
Sun, 23 Oct 2011 18:22:53 +0000 (18:22 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sun, 23 Oct 2011 18:22:53 +0000 (18:22 +0000)
src/arm/gnunet-arm.c

index 061bb65d01d528cc1a4570aeee45887dace01185..db5687dbc8e9a98ca5a9709d1fe4a57649ae3016 100644 (file)
 /**
  * Timeout for stopping services.  Long to give some services a real chance.
  */
-#define STOP_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 15)
+#define STOP_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MINUTES, 1)
 
 /**
  * Timeout for stopping ARM.  Extra-long since ARM needs to stop everyone else.
  */
-#define STOP_TIMEOUT_ARM GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 3)
+#define STOP_TIMEOUT_ARM GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MINUTES, 2)
 
 /**
  * Timeout for starting services, very short because of the strange way start works