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