From 99f333de7f0f62baca0649af6ea6673f81e56e9e Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Mon, 30 Mar 2026 23:03:46 +0200 Subject: [PATCH] [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 --- .github/workflows/reusable-emscripten.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.47.3