aboutsummaryrefslogtreecommitdiff
path: root/src/testzzuf/socat.c
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-04-01 20:48:25 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-04-01 21:33:46 +0300
commit9826b05efe1a67f70319a2997c2f47f06554b045 (patch)
treec96d8de27798f26e36d50cd7afcd17192e93633b /src/testzzuf/socat.c
parentafbcfc122d22420f09ba4874da3cbb82ea70301a (diff)
downloadlibmicrohttpd-9826b05efe1a67f70319a2997c2f47f06554b045.tar.gz
libmicrohttpd-9826b05efe1a67f70319a2997c2f47f06554b045.zip
testzzuf: test thoroughly if heavy tests are enabled
Diffstat (limited to 'src/testzzuf/socat.c')
-rw-r--r--src/testzzuf/socat.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/testzzuf/socat.c b/src/testzzuf/socat.c
index 29b086bb..85423aad 100644
--- a/src/testzzuf/socat.c
+++ b/src/testzzuf/socat.c
@@ -43,7 +43,11 @@
43 * long for most user's patience. So this small 43 * long for most user's patience. So this small
44 * value is the default. 44 * value is the default.
45 */ 45 */
46#ifndef _MHD_HEAVY_TESTS
46#define LOOP_COUNT 10 47#define LOOP_COUNT 10
48#else /* ! _MHD_HEAVY_TESTS */
49#define LOOP_COUNT 200
50#endif /* ! _MHD_HEAVY_TESTS */
47 51
48#define CURL_TIMEOUT 50L 52#define CURL_TIMEOUT 50L
49 53