summaryrefslogtreecommitdiffstats
path: root/test/TEST-50-DISSECT
diff options
context:
space:
mode:
authorLuca Boccassi <luca.boccassi@microsoft.com>2021-12-13 00:42:58 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-12-13 09:29:47 +0100
commit109a157ceaef9642ae3d0f46859396fa6e9cf3c3 (patch)
treeae0b87c54fca71e9048ed10f5654cded4076c38b /test/TEST-50-DISSECT
parentDisable exporting D-Bus Introspection XML if cross-compiling (diff)
downloadsystemd-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 'test/TEST-50-DISSECT')
-rwxr-xr-xtest/TEST-50-DISSECT/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TEST-50-DISSECT/test.sh b/test/TEST-50-DISSECT/test.sh
index 9787379992..bbc65a0539 100755
--- a/test/TEST-50-DISSECT/test.sh
+++ b/test/TEST-50-DISSECT/test.sh
@@ -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