]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-146376: Reduce timeout in Emscripten GHA workflow (#146378)
authorHood Chatham <roberthoodchatham@gmail.com>
Mon, 30 Mar 2026 20:31:36 +0000 (22:31 +0200)
committerGitHub <noreply@github.com>
Mon, 30 Mar 2026 20:31:36 +0000 (20:31 +0000)
.github/workflows/reusable-emscripten.yml

index fd269df9eada24eb72fe98c075be1eff8304edbe..b79cb5bca293d6213c64a64ba0bc0c05f0007124 100644 (file)
@@ -10,7 +10,7 @@ jobs:
   build-emscripten-reusable:
     name: 'build and test'
     runs-on: ubuntu-24.04
-    timeout-minutes: 60
+    timeout-minutes: 40
     steps:
     - uses: actions/checkout@v6
       with: