From 430945db4c5589197c6d18462e89ca5ae9e38ba6 Mon Sep 17 00:00:00 2001 From: Brandt Bucher Date: Mon, 6 May 2024 16:21:39 -0700 Subject: GH-118251: Bump the JIT CI timeout to 90 minutes (#118661) --- .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 f68567c..7152cde 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: -- cgit v0.12