aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-11-15 18:54:16 +0000
committerChristian Grothoff <christian@grothoff.org>2009-11-15 18:54:16 +0000
commit4f9907d428cd263c65284ee671acbba21800a14e (patch)
tree6adf119ca8af3516e4dbfce86ee6fd0ad757f146
parentf89075a856cfc9bf9ad52d0b90e9cc30025a724e (diff)
downloadgnunet-4f9907d428cd263c65284ee671acbba21800a14e.tar.gz
gnunet-4f9907d428cd263c65284ee671acbba21800a14e.zip
increase timeout
-rw-r--r--src/transport/test_transport_api.c2
-rw-r--r--src/transport/transport_api.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/test_transport_api.c b/src/transport/test_transport_api.c
index 7a9b69474..90e12d75b 100644
--- a/src/transport/test_transport_api.c
+++ b/src/transport/test_transport_api.c
@@ -40,7 +40,7 @@
40/** 40/**
41 * How long until we give up on transmitting the message? 41 * How long until we give up on transmitting the message?
42 */ 42 */
43#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 60) 43#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 300)
44 44
45#define MTYPE 12345 45#define MTYPE 12345
46 46
diff --git a/src/transport/transport_api.c b/src/transport/transport_api.c
index e50ee49ad..ecd860675 100644
--- a/src/transport/transport_api.c
+++ b/src/transport/transport_api.c
@@ -44,7 +44,7 @@
44#define OFFER_HELLO_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 30) 44#define OFFER_HELLO_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 30)
45 45
46/** 46/**
47 * After how long do we give automatically retry an unsuccessful 47 * After how long do we automatically retry an unsuccessful
48 * CONNECT request? 48 * CONNECT request?
49 */ 49 */
50#define CONNECT_RETRY_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MILLISECONDS, 750) 50#define CONNECT_RETRY_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MILLISECONDS, 750)