increase set key delay, to help figure out connectivity issues on slow systems
authorNathan S. Evans <evans@in.tum.de>
Tue, 27 Apr 2010 15:33:34 +0000 (15:33 +0000)
committerNathan S. Evans <evans@in.tum.de>
Tue, 27 Apr 2010 15:33:34 +0000 (15:33 +0000)
src/core/gnunet-service-core.c

index 5f858e5967ae2668c5ac583d43ad1d1b8fc892c7..afab2b0e0f8536d3f1783aa3d19d3e23fc0c9a3b 100644 (file)
@@ -79,7 +79,7 @@
 /**
  * What is the maximum delay for a SET_KEY message?
  */
-#define MAX_SET_KEY_DELAY GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 5)
+#define MAX_SET_KEY_DELAY GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 10)
 
 /**
  * What how long do we wait for SET_KEY confirmation initially?