mirror of
https://github.com/systemd/systemd.git
synced 2025-02-10 17:57:40 +03:00
test: lower the # of iterations with plain QEMU
This commit is contained in:
parent
092499b9f6
commit
b307c22757
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user