summaryrefslogtreecommitdiffstats
path: root/test/units
diff options
context:
space:
mode:
Diffstat (limited to 'test/units')
-rwxr-xr-xtest/units/testsuite-64.sh2
1 files changed, 1 insertions, 1 deletions
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