]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
GH-118251: Bump the JIT CI timeout to 90 minutes (#118661)
authorBrandt Bucher <brandtbucher@microsoft.com>
Mon, 6 May 2024 23:21:39 +0000 (16:21 -0700)
committerGitHub <noreply@github.com>
Mon, 6 May 2024 23:21:39 +0000 (01:21 +0200)
.github/workflows/jit.yml

index f68567c8a3153e87c5b837799a9f373bc7c4291e..7152cde8f4607c8b51e8c3fed094770414ea434b 100644 (file)
@@ -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: