shippable: temporary bump the timeout for Azure jobs

pull/61637/head
Gonéri Le Bouder 5 years ago
parent 1ff20e9804
commit aaa8835311

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

Loading…
Cancel
Save