From d9baf18f2d411d5eb665d2d1a87ebd9db91ada82 Mon Sep 17 00:00:00 2001 From: Zachary Anderson Date: Fri, 28 Apr 2023 09:42:11 -0700 Subject: [PATCH] Increase timeout for clang-tidy on mac These builds are affected by https://github.com/flutter/flutter/issues/119750 --- .ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci.yaml b/.ci.yaml index 7fd56b98ce3c1..3c72302ba5b43 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -390,7 +390,7 @@ targets: cpu: arm64 lint_host: "true" lint_ios: "false" - timeout: 75 + timeout: 120 runIf: - DEPS - .ci.yaml @@ -411,7 +411,7 @@ targets: cpu: arm64 lint_host: "false" lint_ios: "true" - timeout: 75 + timeout: 120 runIf: - DEPS - .ci.yaml