Skip to content

Commit 0b96a11

Browse files
authored
Bump build timeout to 40 minutes (#3619)
1 parent 6b10f30 commit 0b96a11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
os: [ubuntu-latest, macos-latest, windows-latest]
4747
ruby: ["3.2", "3.3", "3.4"]
4848
runs-on: ${{ matrix.os }}
49-
timeout-minutes: 30
49+
timeout-minutes: 40
5050
name: Ruby ${{ matrix.ruby }} on ${{ matrix.os }}
5151
steps:
5252
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)