aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-transport.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-03-31 16:22:58 +0000
committerChristian Grothoff <christian@grothoff.org>2012-03-31 16:22:58 +0000
commitb70951668100e466336aeb748fb59cdcc9d9fdfa (patch)
tree3c596bc1a3b1fd3cd2aecc7c2d386987a8e3cf30 /src/transport/gnunet-transport.c
parentc7cbc67eccdca34170bda2eb5e4c83f6096b8d1c (diff)
downloadgnunet-b70951668100e466336aeb748fb59cdcc9d9fdfa.tar.gz
gnunet-b70951668100e466336aeb748fb59cdcc9d9fdfa.zip
-increase timeout
Diffstat (limited to 'src/transport/gnunet-transport.c')
-rw-r--r--src/transport/gnunet-transport.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/transport/gnunet-transport.c b/src/transport/gnunet-transport.c
index ee977f5dc..c40eb4de6 100644
--- a/src/transport/gnunet-transport.c
+++ b/src/transport/gnunet-transport.c
@@ -37,8 +37,9 @@
37 37
38/** 38/**
39 * How long do we wait for the NAT test to report success? 39 * How long do we wait for the NAT test to report success?
40 * Should match NAT_SERVER_TIMEOUT in 'nat_test.c'.
40 */ 41 */
41#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 1) 42#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 30)
42 43
43/** 44/**
44 * Which peer should we connect to? 45 * Which peer should we connect to?