From 4e01bcd84f2b7c4c4697d87496ca3b3056bfb8c6 Mon Sep 17 00:00:00 2001 From: Brandt Bucher Date: Mon, 6 May 2024 10:31:36 -0700 Subject: [PATCH] Bump the JIT CI timeout to 90 minutes --- .github/workflows/jit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jit.yml b/.github/workflows/jit.yml index f68567c8a3153e..7152cde8f4607c 100644 --- a/.github/workflows/jit.yml +++ b/.github/workflows/jit.yml @@ -23,7 +23,7 @@ jobs: jit: name: ${{ matrix.target }} (${{ matrix.debug && 'Debug' || 'Release' }}) runs-on: ${{ matrix.runner }} - timeout-minutes: 75 + timeout-minutes: 90 strategy: fail-fast: false matrix: