aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2024-01-29 23:50:58 +0100
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2024-01-29 23:50:58 +0100
commitd874f86dd20da89c746f0fd36e087240a393b732 (patch)
tree7fb8f4acadd59d22336229e4d9d663c452554558
parent8ffa0a10d1b86a7a03bbaa97d824634827f8d119 (diff)
downloadlibmicrohttpd-d874f86dd20da89c746f0fd36e087240a393b732.tar.gz
libmicrohttpd-d874f86dd20da89c746f0fd36e087240a393b732.zip
Fuzz test: increased tests' timeout value
-rwxr-xr-xsrc/testzzuf/zzuf_socat_test_runner.sh2
-rwxr-xr-xsrc/testzzuf/zzuf_test_runner.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/testzzuf/zzuf_socat_test_runner.sh b/src/testzzuf/zzuf_socat_test_runner.sh
index 6bc4ef37..a87342ab 100755
--- a/src/testzzuf/zzuf_socat_test_runner.sh
+++ b/src/testzzuf/zzuf_socat_test_runner.sh
@@ -8,7 +8,7 @@ fi
8socat_listen_ip='127.0.0.121' 8socat_listen_ip='127.0.0.121'
9socat_listen_port='10121' 9socat_listen_port='10121'
10mhd_listen_port='4010' 10mhd_listen_port='4010'
11max_runtime_sec='300' 11max_runtime_sec='1800'
12 12
13if test "x${ZZUF}" = "xno" ; then 13if test "x${ZZUF}" = "xno" ; then
14 echo "zzuf command missing" 1>&2 14 echo "zzuf command missing" 1>&2
diff --git a/src/testzzuf/zzuf_test_runner.sh b/src/testzzuf/zzuf_test_runner.sh
index 20cd8114..a6d35b5d 100755
--- a/src/testzzuf/zzuf_test_runner.sh
+++ b/src/testzzuf/zzuf_test_runner.sh
@@ -1,7 +1,7 @@
1#!/bin/sh 1#!/bin/sh
2 2
3mhd_listen_ip='127.0.0.1' 3mhd_listen_ip='127.0.0.1'
4max_runtime_sec='300' 4max_runtime_sec='1800'
5 5
6if test "x${ZZUF}" = "xno" ; then 6if test "x${ZZUF}" = "xno" ; then
7 echo "zzuf command missing" 1>&2 7 echo "zzuf command missing" 1>&2