mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-25 16:06:43 +00:00
Slightly increase non-coverage unit test timeout.
This commit is contained in:
@@ -10,7 +10,7 @@ version="${args[1]}"
|
||||
if [[ "${COVERAGE:-}" == "--coverage" ]]; then
|
||||
timeout=90
|
||||
else
|
||||
timeout=10
|
||||
timeout=11
|
||||
fi
|
||||
|
||||
ansible-test env --timeout "${timeout}" --color -v
|
||||
|
||||
Reference in New Issue
Block a user