shippable: temporary bump the timeout for Azure jobs

This commit is contained in:
Gonéri Le Bouder 2019-08-30 17:39:45 -04:00
parent 1ff20e9804
commit aaa8835311

View file

@ -137,6 +137,8 @@ trap cleanup EXIT
if [[ "${COVERAGE:-}" == "--coverage" ]]; then
timeout=60
elif [[ "${script}" == "azure" ]]; then
timeout=70
else
timeout=45
fi