1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-10 05:18:17 +03:00

test: bump timeout for TEST-50-DISSECT and TEST-67-INTEGRITY

TEST-67-INTEGRITY times out quite often, and when it passes
it does so a few seconds short of the timeout. It's a slow
qemu test, so bump the timeout.
TEST-50-DISSECT has been reported to fail in the same way
on Debian's infrastructure, again narrowly failing or passing
just short of the timeout.
This commit is contained in:
Luca Boccassi 2021-12-12 23:42:58 +00:00 committed by Zbigniew Jędrzejewski-Szmek
parent 2e081f18d6
commit 109a157cea
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ TEST_INSTALL_VERITY_MINIMAL=1
# shellcheck source=test/test-functions
. "${TEST_BASE_DIR:?}/test-functions"
QEMU_TIMEOUT=300
QEMU_TIMEOUT=600
command -v mksquashfs >/dev/null 2>&1 || exit 0
command -v veritysetup >/dev/null 2>&1 || exit 0

View File

@ -5,7 +5,7 @@ set -e
TEST_DESCRIPTION="dm-integrity test"
TEST_NO_NSPAWN=1
QEMU_TIMEOUT=300
QEMU_TIMEOUT=600
# shellcheck source=test/test-functions
. "${TEST_BASE_DIR:?}/test-functions"