From aaa8835311f39db42843efe19bd07c4691009eef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A9ri=20Le=20Bouder?= Date: Fri, 30 Aug 2019 17:39:45 -0400 Subject: [PATCH] shippable: temporary bump the timeout for Azure jobs --- test/utils/shippable/shippable.sh | 2 ++ 1 file changed, 2 insertions(+) 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