From cc758ea574d959d9222cda574ec04049cd92ac4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A9ri=20Le=20Bouder?= Date: Mon, 9 Sep 2019 15:22:25 -0400 Subject: [PATCH] Revert "shippable: temporary bump the timeout for Azure jobs" The Azure timeout should not accure anymore since 173d47d1f429847ca351da92b69a0e05d25bb313. This reverts commit aaa8835311f39db42843efe19bd07c4691009eef. --- test/utils/shippable/shippable.sh | 2 -- 1 file changed, 2 deletions(-) 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