]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test-64: extend timeout for slower env e.g. non-kvm
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 27 Aug 2022 16:43:23 +0000 (01:43 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 28 Aug 2022 00:03:14 +0000 (09:03 +0900)
test/units/testsuite-64.sh

index 3ae1bddaf45a8f65d271a11145cfab410f4d555e..4b654260f350d530c951c7376cdf2d493e84bc13 100755 (executable)
@@ -180,7 +180,7 @@ EOF
     timeout=30
     if [[ -n "${ASAN_OPTIONS:-}" ]] || [[ "$(systemd-detect-virt -v)" == "qemu" ]]; then
         iterations=10
-        timeout=180
+        timeout=240
     fi
 
     for ((i = 1; i <= iterations; i++)); do