From: Frantisek Sumsal Date: Thu, 25 Aug 2022 12:25:07 +0000 (+0200) Subject: test: lower the # of iterations with plain QEMU X-Git-Tag: v252-rc1~326^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b307c227579976ea70a220265e7954d76944ca78;p=thirdparty%2Fsystemd.git test: lower the # of iterations with plain QEMU --- diff --git a/test/units/testsuite-64.sh b/test/units/testsuite-64.sh index 61fed6648c9..3ae1bddaf45 100755 --- a/test/units/testsuite-64.sh +++ b/test/units/testsuite-64.sh @@ -178,7 +178,7 @@ EOF # leading to dead symlinks in /dev/disk/ iterations=100 timeout=30 - if [[ -n "${ASAN_OPTIONS:-}" ]]; then + if [[ -n "${ASAN_OPTIONS:-}" ]] || [[ "$(systemd-detect-virt -v)" == "qemu" ]]; then iterations=10 timeout=180 fi