From 0648f6d70dc79e986f6b3c5821a9ebb5f045cfc7 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Thu, 6 Jun 2024 08:51:46 -0400 Subject: ci: bump timeout minutes due to slow mac aarch64 runner (#24116) For the future... --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d6367e4b..81af5dc28 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: - pre_build if: '${{ needs.pre_build.outputs.skip_build != ''true'' }}' runs-on: '${{ matrix.runner }}' - timeout-minutes: 120 + timeout-minutes: 150 defaults: run: shell: bash -- cgit v1.2.3