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:
parent
7239218773
commit
2a8252ceb9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue