diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2022-08-27 18:43:23 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2022-08-28 02:03:14 +0200 |
commit | d5ef8d1b0872d0957cefd945fe4c926839927be9 (patch) | |
tree | f2ae9d4cf91b25fd26c736da0bf1231032d0e924 /test/units/testsuite-64.sh | |
parent | tree-wide: fix typo (diff) | |
download | systemd-d5ef8d1b0872d0957cefd945fe4c926839927be9.tar.xz systemd-d5ef8d1b0872d0957cefd945fe4c926839927be9.zip |
test-64: extend timeout for slower env e.g. non-kvm
Diffstat (limited to '')
-rwxr-xr-x | test/units/testsuite-64.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/units/testsuite-64.sh b/test/units/testsuite-64.sh index 3ae1bddaf4..4b654260f3 100755 --- a/test/units/testsuite-64.sh +++ b/test/units/testsuite-64.sh @@ -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 |