aboutsummaryrefslogtreecommitdiff
path: root/src/core/test_core_quota_compliance.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/test_core_quota_compliance.c')
-rw-r--r--src/core/test_core_quota_compliance.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/core/test_core_quota_compliance.c b/src/core/test_core_quota_compliance.c
index 816e7f10a..593ffa120 100644
--- a/src/core/test_core_quota_compliance.c
+++ b/src/core/test_core_quota_compliance.c
@@ -56,10 +56,8 @@
56 56
57/** 57/**
58 * What delay do we request from the core service for transmission? 58 * What delay do we request from the core service for transmission?
59 * Any value smaller than the CORK delay will disable CORKing, which
60 * is what we want here.
61 */ 59 */
62#define FAST_TIMEOUT GNUNET_TIME_relative_divide (GNUNET_CONSTANTS_MAX_CORK_DELAY, 2) 60#define FAST_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 5)
63 61
64#define MTYPE 12345 62#define MTYPE 12345
65#define MESSAGESIZE 1024 63#define MESSAGESIZE 1024