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

The Azure timeout should not accure anymore since
173d47d1f4.

This reverts commit aaa8835311.
This commit is contained in:
Gonéri Le Bouder 2019-09-09 15:22:25 -04:00 committed by Matt Clay
parent b437a19f6d
commit cc758ea574

View file

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