aboutsummaryrefslogtreecommitdiff
path: root/src/core/test_core_api_reliability.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-07-30 23:28:00 +0000
committerChristian Grothoff <christian@grothoff.org>2016-07-30 23:28:00 +0000
commitfd632634bcf2109f61a36bb3adf6d73bea0ae47a (patch)
tree2b73c0ce226217b8dc123afbc716be97b9352b35 /src/core/test_core_api_reliability.c
parentdc07a1e8dfd9fb78756a5277063aeba8b0665e27 (diff)
downloadgnunet-fd632634bcf2109f61a36bb3adf6d73bea0ae47a.tar.gz
gnunet-fd632634bcf2109f61a36bb3adf6d73bea0ae47a.zip
adapting next test to new MQ API
Diffstat (limited to 'src/core/test_core_api_reliability.c')
-rw-r--r--src/core/test_core_api_reliability.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/test_core_api_reliability.c b/src/core/test_core_api_reliability.c
index 192b5d3d6..d7d4a6bd6 100644
--- a/src/core/test_core_api_reliability.c
+++ b/src/core/test_core_api_reliability.c
@@ -43,11 +43,6 @@
43 */ 43 */
44#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 600) 44#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 600)
45 45
46/**
47 * What delay do we request from the core service for transmission?
48 */
49#define FAST_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 5)
50
51#define MTYPE 12345 46#define MTYPE 12345
52 47
53 48