Skip to content

Commit

Permalink
apacheGH-44624: [CI][JS] Increase "AMD64 macOS 13 NodeJS 18" timeout
Browse files Browse the repository at this point in the history
It took about 25m when it succeeded.

We need to increase timeout for stable CI.
  • Loading branch information
kou committed Nov 2, 2024
1 parent 2312eff commit ca4311b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ca4311b

Please sign in to comment.