aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2010-07-13 13:46:05 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2010-07-13 13:46:05 +0000
commit69e9497fbc3d5468d7878c5715c57672a800a2b3 (patch)
tree32927f4f4d0780704d30f67c361c01a1f5f39376
parent0389303e81225719c8c1f4975391673da9bb1513 (diff)
downloadgnunet-69e9497fbc3d5468d7878c5715c57672a800a2b3.tar.gz
gnunet-69e9497fbc3d5468d7878c5715c57672a800a2b3.zip
-rw-r--r--src/transport/test_transport_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/test_transport_api.c b/src/transport/test_transport_api.c
index fe9461452..cd09511ac 100644
--- a/src/transport/test_transport_api.c
+++ b/src/transport/test_transport_api.c
@@ -50,7 +50,7 @@
50/** 50/**
51 * How long until we give up on transmitting the message? 51 * How long until we give up on transmitting the message?
52 */ 52 */
53#define TIMEOUT_TRANSMIT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 30) 53#define TIMEOUT_TRANSMIT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 60)
54 54
55#define MTYPE 12345 55#define MTYPE 12345
56 56