diff options
author | Luca Boccassi <bluca@debian.org> | 2022-05-19 01:15:30 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2022-05-19 08:36:06 +0200 |
commit | 7269d39a911800443fa6801eb30e080db6089f5e (patch) | |
tree | 8dd8d075193228f789f5d3b45ac1e305384076fb /test/TEST-50-DISSECT | |
parent | meson: install 70-power-switch.rules (diff) | |
download | systemd-7269d39a911800443fa6801eb30e080db6089f5e.tar.xz systemd-7269d39a911800443fa6801eb30e080db6089f5e.zip |
test: double timeout of TEST-50-DISSECT
It times out on slow CIs near the end of the test, eg:
[ 553.539368] kernel: loop_reread_partitions: partition scan of loop3 () failed (rc=-5)
TEST-50-DISSECT: (timeout)
https://autopkgtest.ubuntu.com/results/autopkgtest-focal-upstream-systemd-ci-systemd-ci/focal/ppc64el/s/systemd-upstream/20220518_172659_bf20f@/log.gz
Diffstat (limited to 'test/TEST-50-DISSECT')
-rwxr-xr-x | test/TEST-50-DISSECT/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TEST-50-DISSECT/test.sh b/test/TEST-50-DISSECT/test.sh index 77a64b9b1e..c6cd42d0a7 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=600 +QEMU_TIMEOUT=1200 command -v mksquashfs >/dev/null 2>&1 || exit 0 command -v veritysetup >/dev/null 2>&1 || exit 0 |