]> git.ipfire.org Git - thirdparty/ipset.git/commitdiff
tests: increase timeout to cope with slow virtual test machine
authorJozsef Kadlecsik <kadlec@netfilter.org>
Wed, 18 Oct 2023 09:04:14 +0000 (11:04 +0200)
committerJozsef Kadlecsik <kadlec@netfilter.org>
Wed, 18 Oct 2023 09:04:14 +0000 (11:04 +0200)
tests/netnetgen.sh

index 64bb70d140c487cdc360c665f96407020fa20b04..32aac18e0a22cd268d990bacec4b66359b5e6a8b 100755 (executable)
@@ -6,7 +6,7 @@ while [ -n "$1" ]; do
            comment=" comment"
            ;;
        timeout)
-           timeout=" timeout 10"
+           timeout=" timeout 60"
            ;;
        *)
            ;;