aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-02-06 14:26:35 +0000
committerChristian Grothoff <christian@grothoff.org>2015-02-06 14:26:35 +0000
commitc20f6b6366bcfd93ca613b5771dd0dae4b5ccca3 (patch)
tree47974f80711712408469c7563c0a66c3f49cac52
parent936db3ddce41de5f16e931d1a995c0be0135ac73 (diff)
downloadgnunet-c20f6b6366bcfd93ca613b5771dd0dae4b5ccca3.tar.gz
gnunet-c20f6b6366bcfd93ca613b5771dd0dae4b5ccca3.zip
-sane timeout
-rw-r--r--src/transport/test_transport_api_reliability.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/test_transport_api_reliability.c b/src/transport/test_transport_api_reliability.c
index 903e6efdc..ed5c4cdf5 100644
--- a/src/transport/test_transport_api_reliability.c
+++ b/src/transport/test_transport_api_reliability.c
@@ -48,7 +48,7 @@
48/** 48/**
49 * Testcase timeout 49 * Testcase timeout
50 */ 50 */
51#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 900) 51#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 90)
52 52
53/** 53/**
54 * How long until we give up on transmitting the message? 54 * How long until we give up on transmitting the message?