https://github.com/python/cpython/commit/99f333de7f0f62baca0649af6ea6673f81e56e9e commit: 99f333de7f0f62baca0649af6ea6673f81e56e9e branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2026-03-30T21:03:46Z summary:
[3.14] gh-146376: Reduce timeout in Emscripten GHA workflow (GH-146378) (#146645) gh-146376: Reduce timeout in Emscripten GHA workflow (GH-146378) (cherry picked from commit 70d1b08a4bb52652094c3eb69e36223ecd8b8075) Co-authored-by: Hood Chatham <[email protected]> files: M .github/workflows/reusable-emscripten.yml diff --git a/.github/workflows/reusable-emscripten.yml b/.github/workflows/reusable-emscripten.yml index fd269df9eada24..b79cb5bca293d6 100644 --- a/.github/workflows/reusable-emscripten.yml +++ b/.github/workflows/reusable-emscripten.yml @@ -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: _______________________________________________ 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]
