diff options
author | Luca Boccassi <luca.boccassi@microsoft.com> | 2021-12-13 00:42:58 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-12-13 09:29:47 +0100 |
commit | 109a157ceaef9642ae3d0f46859396fa6e9cf3c3 (patch) | |
tree | ae0b87c54fca71e9048ed10f5654cded4076c38b /test/TEST-67-INTEGRITY/test.sh | |
parent | Disable exporting D-Bus Introspection XML if cross-compiling (diff) | |
download | systemd-109a157ceaef9642ae3d0f46859396fa6e9cf3c3.tar.xz systemd-109a157ceaef9642ae3d0f46859396fa6e9cf3c3.zip |
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.
Diffstat (limited to '')
-rwxr-xr-x | test/TEST-67-INTEGRITY/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TEST-67-INTEGRITY/test.sh b/test/TEST-67-INTEGRITY/test.sh index dcc1efd222..c379d72e20 100755 --- a/test/TEST-67-INTEGRITY/test.sh +++ b/test/TEST-67-INTEGRITY/test.sh @@ -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" |