aboutsummaryrefslogtreecommitdiff
path: root/src/core/test_core_quota_compliance.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-02-26 17:21:11 +0000
committerChristian Grothoff <christian@grothoff.org>2012-02-26 17:21:11 +0000
commitf897fb93d7c425eecd1611a06280bff508257f72 (patch)
treed834853e3506128eee7484afcb887fe697e19ec1 /src/core/test_core_quota_compliance.c
parent94973bee7b04e2cc9682d3ffb5b5dd65c87490aa (diff)
downloadgnunet-f897fb93d7c425eecd1611a06280bff508257f72.tar.gz
gnunet-f897fb93d7c425eecd1611a06280bff508257f72.zip
-try larger timeouts for sparcbot
Diffstat (limited to 'src/core/test_core_quota_compliance.c')
-rw-r--r--src/core/test_core_quota_compliance.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/test_core_quota_compliance.c b/src/core/test_core_quota_compliance.c
index 68cc47386..f16cc5441 100644
--- a/src/core/test_core_quota_compliance.c
+++ b/src/core/test_core_quota_compliance.c
@@ -51,12 +51,12 @@
51/** 51/**
52 * How long until we give up on transmitting the message? 52 * How long until we give up on transmitting the message?
53 */ 53 */
54#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 180) 54#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 300)
55 55
56/** 56/**
57 * What delay do we request from the core service for transmission? 57 * What delay do we request from the core service for transmission?
58 */ 58 */
59#define FAST_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 5) 59#define FAST_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 150)
60 60
61#define MTYPE 12345 61#define MTYPE 12345
62#define MESSAGESIZE 1024 62#define MESSAGESIZE 1024