mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Increase unit test timeout for --coverage.
This commit is contained in:
@@ -8,7 +8,7 @@ IFS='/:' read -ra args <<< "$1"
|
||||
version="${args[1]}"
|
||||
|
||||
if [[ "${COVERAGE:-}" == "--coverage" ]]; then
|
||||
timeout=90
|
||||
timeout=99
|
||||
else
|
||||
timeout=11
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user