From: Frantisek Sumsal Date: Fri, 7 Apr 2023 15:23:59 +0000 (+0200) Subject: test: bump the timeout for non-qemu runs to 90s X-Git-Tag: v254-rc1~772^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cb58571a1193122a5c20e8f6587115382d281002;p=thirdparty%2Fsystemd.git test: bump the timeout for non-qemu runs to 90s When Ubuntu CI is oversaturated, 60s doesn't seem to be enough. --- diff --git a/test/units/testsuite-29.sh b/test/units/testsuite-29.sh index c1cb2bc33ec..1e4bd4ec42a 100755 --- a/test/units/testsuite-29.sh +++ b/test/units/testsuite-29.sh @@ -29,7 +29,7 @@ if [[ -v ASAN_OPTIONS || -v UBSAN_OPTIONS ]]; then STATE_DIRECTORY=/var/lib/ fi # Bump the timeout if we're running with plain QEMU -[[ "$(systemd-detect-virt -v)" == "qemu" ]] && TIMEOUT=60 || TIMEOUT=30 +[[ "$(systemd-detect-virt -v)" == "qemu" ]] && TIMEOUT=90 || TIMEOUT=30 systemd-dissect --no-pager /usr/share/minimal_0.raw | grep -q '✓ portable service' systemd-dissect --no-pager /usr/share/minimal_1.raw | grep -q '✓ portable service'