]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: bump timeout for TEST-50-DISSECT and TEST-67-INTEGRITY
authorLuca Boccassi <luca.boccassi@microsoft.com>
Sun, 12 Dec 2021 23:42:58 +0000 (23:42 +0000)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 13 Dec 2021 08:29:47 +0000 (09:29 +0100)
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.

test/TEST-50-DISSECT/test.sh
test/TEST-67-INTEGRITY/test.sh

index 97873799928d271eac767472681f1fd3d5e9d76f..bbc65a053946a3f4e091bc2af9ee839f003e62e5 100755 (executable)
@@ -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
index dcc1efd222a01485a2d848bf93f4bc88cec97337..c379d72e20556ac98ddfb1b193ae058b66399958 100755 (executable)
@@ -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"