From ca4311be52f53fabd83488e3c57ad5a90dfb8f0f Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Sun, 3 Nov 2024 06:35:11 +0900 Subject: [PATCH] GH-44624: [CI][JS] Increase "AMD64 macOS 13 NodeJS 18" timeout It took about 25m when it succeeded. We need to increase timeout for stable CI. --- .github/workflows/js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/js.yml b/.github/workflows/js.yml index 810c154aa9c27..5ef5b37c98815 100644 --- a/.github/workflows/js.yml +++ b/.github/workflows/js.yml @@ -89,7 +89,7 @@ jobs: name: AMD64 macOS 13 NodeJS ${{ matrix.node }} runs-on: macos-13 if: ${{ !contains(github.event.pull_request.title, 'WIP') }} - timeout-minutes: 30 + timeout-minutes: 45 strategy: fail-fast: false matrix: