From: Jozsef Kadlecsik Date: Wed, 18 Oct 2023 09:04:14 +0000 (+0200) Subject: tests: increase timeout to cope with slow virtual test machine X-Git-Tag: v7.20~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8b91dfd6d3bd0d236ba416b44da69d37b12cc7f5;p=thirdparty%2Fipset.git tests: increase timeout to cope with slow virtual test machine --- diff --git a/tests/netnetgen.sh b/tests/netnetgen.sh index 64bb70d1..32aac18e 100755 --- a/tests/netnetgen.sh +++ b/tests/netnetgen.sh @@ -6,7 +6,7 @@ while [ -n "$1" ]; do comment=" comment" ;; timeout) - timeout=" timeout 10" + timeout=" timeout 60" ;; *) ;;