1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Slightly increase non-coverage unit test timeout.

This commit is contained in:
Matt Clay 2019-03-21 09:18:12 -07:00
parent 7239218773
commit 2a8252ceb9

View file

@ -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