https://github.com/python/cpython/commit/430945db4c5589197c6d18462e89ca5ae9e38ba6
commit: 430945db4c5589197c6d18462e89ca5ae9e38ba6
branch: main
author: Brandt Bucher <[email protected]>
committer: ambv <[email protected]>
date: 2024-05-07T01:21:39+02:00
summary:

GH-118251: Bump the JIT CI timeout to 90 minutes (#118661)

files:
M .github/workflows/jit.yml

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:

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to