aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api_unreliability.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-09-23 14:02:47 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-09-23 14:02:47 +0000
commitb7b9d0eb65ea53ac5aa35ed3ee7891f426d732bc (patch)
treeb5cf9a85c23c8b33ca4a5e5319583aee700cfde3 /src/transport/test_transport_api_unreliability.c
parent2e344dfcc37d1d270210592746fc555cbe9c129e (diff)
downloadgnunet-b7b9d0eb65ea53ac5aa35ed3ee7891f426d732bc.tar.gz
gnunet-b7b9d0eb65ea53ac5aa35ed3ee7891f426d732bc.zip
increasing timeout
Diffstat (limited to 'src/transport/test_transport_api_unreliability.c')
-rw-r--r--src/transport/test_transport_api_unreliability.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/test_transport_api_unreliability.c b/src/transport/test_transport_api_unreliability.c
index a1a4517f8..5d4f86820 100644
--- a/src/transport/test_transport_api_unreliability.c
+++ b/src/transport/test_transport_api_unreliability.c
@@ -48,12 +48,12 @@
48/** 48/**
49 * Testcase timeout 49 * Testcase timeout
50 */ 50 */
51#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 60) 51#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 900)
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?
55 */ 55 */
56#define TIMEOUT_TRANSMIT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 10) 56#define TIMEOUT_TRANSMIT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 60)
57 57
58static char *test_source; 58static char *test_source;
59 59