projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6dd3b81
)
test-64: extend timeout for slower env e.g. non-kvm
author
Yu Watanabe
<watanabe.yu+github@gmail.com>
Sat, 27 Aug 2022 16:43:23 +0000
(
01:43
+0900)
committer
Yu Watanabe
<watanabe.yu+github@gmail.com>
Sun, 28 Aug 2022 00:03:14 +0000
(09:03 +0900)
test/units/testsuite-64.sh
patch
|
blob
|
history
diff --git
a/test/units/testsuite-64.sh
b/test/units/testsuite-64.sh
index 3ae1bddaf45a8f65d271a11145cfab410f4d555e..4b654260f350d530c951c7376cdf2d493e84bc13 100755
(executable)
--- 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=
18
0
+ timeout=
24
0
fi
for ((i = 1; i <= iterations; i++)); do