Temporarily increase CI timeout.

pull/64133/merge
Matt Clay 5 years ago
parent 87de146038
commit d2562cde1c

@ -138,7 +138,7 @@ trap cleanup EXIT
if [[ "${COVERAGE:-}" == "--coverage" ]]; then
timeout=60
else
timeout=45
timeout=50
fi
ansible-test env --dump --show --timeout "${timeout}" --color -v

Loading…
Cancel
Save