commit d874f86dd20da89c746f0fd36e087240a393b732
parent 8ffa0a10d1b86a7a03bbaa97d824634827f8d119
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Mon, 29 Jan 2024 23:50:58 +0100
Fuzz test: increased tests' timeout value
Diffstat:
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
@@ -8,7 +8,7 @@ fi
socat_listen_ip='127.0.0.121'
socat_listen_port='10121'
mhd_listen_port='4010'
-max_runtime_sec='300'
+max_runtime_sec='1800'
if test "x${ZZUF}" = "xno" ; then
echo "zzuf command missing" 1>&2
diff --git a/src/testzzuf/zzuf_test_runner.sh b/src/testzzuf/zzuf_test_runner.sh
@@ -1,7 +1,7 @@
#!/bin/sh
mhd_listen_ip='127.0.0.1'
-max_runtime_sec='300'
+max_runtime_sec='1800'
if test "x${ZZUF}" = "xno" ; then
echo "zzuf command missing" 1>&2