Revert "shippable: temporary bump the timeout for Azure jobs"

The Azure timeout should not accure anymore since
173d47d1f4.

This reverts commit aaa8835311.
pull/62035/head
Gonéri Le Bouder 6 years ago committed by Matt Clay
parent b437a19f6d
commit cc758ea574

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

Loading…
Cancel
Save