From b307c227579976ea70a220265e7954d76944ca78 Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Thu, 25 Aug 2022 14:25:07 +0200 Subject: [PATCH] test: lower the # of iterations with plain QEMU --- test/units/testsuite-64.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/units/testsuite-64.sh b/test/units/testsuite-64.sh index 61fed6648c..3ae1bddaf4 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 -- 2.25.1