diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-02-06 14:26:35 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-02-06 14:26:35 +0000 |
commit | c20f6b6366bcfd93ca613b5771dd0dae4b5ccca3 (patch) | |
tree | 47974f80711712408469c7563c0a66c3f49cac52 /src | |
parent | 936db3ddce41de5f16e931d1a995c0be0135ac73 (diff) |
-sane timeout
Diffstat (limited to 'src')
-rw-r--r-- | src/transport/test_transport_api_reliability.c | 2 |
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 903e6efdcd..ed5c4cdf53 100644 --- a/src/transport/test_transport_api_reliability.c +++ b/src/transport/test_transport_api_reliability.c @@ -48,7 +48,7 @@ /** * Testcase timeout */ -#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 900) +#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 90) /** * How long until we give up on transmitting the message? |