-increase timeout
authorChristian Grothoff <christian@grothoff.org>
Sat, 31 Mar 2012 16:22:58 +0000 (16:22 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sat, 31 Mar 2012 16:22:58 +0000 (16:22 +0000)
src/transport/gnunet-transport.c

index ee977f5dc79aa236fa509de217e75bc16c6781cd..c40eb4de6af0e2bb2a153fda0d74e0a855bbeabd 100644 (file)
@@ -37,8 +37,9 @@
 
 /**
  * How long do we wait for the NAT test to report success?
+ * Should match NAT_SERVER_TIMEOUT in 'nat_test.c'.
  */
-#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 1)
+#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 30)
 
 /**
  * Which peer should we connect to?