aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2010-07-13 09:14:34 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2010-07-13 09:14:34 +0000
commit11321385c74932ce2ae0491e16e29fcb4bdf2f9c (patch)
tree7bf12290cedf1b42be9d197bb9bb8f7227edb7b9
parent594d4d0c3f901cd0a1c74a3c01d99b305ae64e01 (diff)
downloadgnunet-11321385c74932ce2ae0491e16e29fcb4bdf2f9c.tar.gz
gnunet-11321385c74932ce2ae0491e16e29fcb4bdf2f9c.zip
-rw-r--r--src/transport/test_plugin_transport_http.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/test_plugin_transport_http.c b/src/transport/test_plugin_transport_http.c
index 4f88ede27..76dd9b067 100644
--- a/src/transport/test_plugin_transport_http.c
+++ b/src/transport/test_plugin_transport_http.c
@@ -55,9 +55,9 @@
55#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 90) 55#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 90)
56 56
57/** 57/**
58 * How long until we give up on transmitting the message? 58 * Testcase timeout
59 */ 59 */
60#define TEST_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 30) 60#define TEST_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 180)
61 61
62/** 62/**
63 * How long between recieve and send? 63 * How long between recieve and send?