aboutsummaryrefslogtreecommitdiff
path: root/src/transport
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-10-18 09:10:03 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-10-18 09:10:03 +0000
commit1f82d2ddd7597baca0591c3beccccd2b8a40031f (patch)
treed4288c5c2f83e70f6b027bb08b7e7a9823444efb /src/transport
parent97f036d35b9cc9ea11664d81bf05b783365cf20b (diff)
downloadgnunet-1f82d2ddd7597baca0591c3beccccd2b8a40031f.tar.gz
gnunet-1f82d2ddd7597baca0591c3beccccd2b8a40031f.zip
timeout too short for slow machines
Diffstat (limited to 'src/transport')
-rw-r--r--src/transport/test_quota_compliance.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/test_quota_compliance.c b/src/transport/test_quota_compliance.c
index 15b4468d9..84d6733ec 100644
--- a/src/transport/test_quota_compliance.c
+++ b/src/transport/test_quota_compliance.c
@@ -45,12 +45,12 @@
45/** 45/**
46 * Testcase timeout 46 * Testcase timeout
47 */ 47 */
48#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 60) 48#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 120)
49 49
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, 2) 53#define TIMEOUT_TRANSMIT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 20)
54 54
55#define DURATION GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 5) 55#define DURATION GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 5)
56 56