]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: bump the timeout for non-qemu runs to 90s 27182/head
authorFrantisek Sumsal <frantisek@sumsal.cz>
Fri, 7 Apr 2023 15:23:59 +0000 (17:23 +0200)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Fri, 7 Apr 2023 15:23:59 +0000 (17:23 +0200)
When Ubuntu CI is oversaturated, 60s doesn't seem to be enough.

test/units/testsuite-29.sh

index c1cb2bc33ec57bb870815d4dc903373556b7d450..1e4bd4ec42a81f5ce492f8bad32142b101ebd56d 100755 (executable)
@@ -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'