Temporarily increase CI timeout.

This commit is contained in:
Matt Clay 2019-11-01 08:59:29 -07:00
parent 87de146038
commit d2562cde1c

View file

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