From: Brandt Bucher Date: Mon, 6 May 2024 23:21:39 +0000 (-0700) Subject: GH-118251: Bump the JIT CI timeout to 90 minutes (#118661) X-Git-Tag: v3.13.0b1~47 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=430945db4c5589197c6d18462e89ca5ae9e38ba6;p=thirdparty%2FPython%2Fcpython.git GH-118251: Bump the JIT CI timeout to 90 minutes (#118661) --- diff --git a/.github/workflows/jit.yml b/.github/workflows/jit.yml index f68567c8a315..7152cde8f460 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: