From: Hood Chatham Date: Mon, 30 Mar 2026 20:31:36 +0000 (+0200) Subject: gh-146376: Reduce timeout in Emscripten GHA workflow (#146378) X-Git-Tag: v3.15.0a8~103 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=70d1b08a4bb52652094c3eb69e36223ecd8b8075;p=thirdparty%2FPython%2Fcpython.git gh-146376: Reduce timeout in Emscripten GHA workflow (#146378) --- diff --git a/.github/workflows/reusable-emscripten.yml b/.github/workflows/reusable-emscripten.yml index fd269df9eada..b79cb5bca293 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: