diff --git a/test/utils/shippable/shippable.sh b/test/utils/shippable/shippable.sh index 700d2509b33..a5924ebc7b8 100755 --- a/test/utils/shippable/shippable.sh +++ b/test/utils/shippable/shippable.sh @@ -137,8 +137,6 @@ trap cleanup EXIT if [[ "${COVERAGE:-}" == "--coverage" ]]; then timeout=60 -elif [[ "${script}" == "azure" ]]; then - timeout=70 else timeout=45 fi