Skip to content

Commit a10e94c

Browse files
committed
ci: set timeout
1 parent cf1295d commit a10e94c

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
test:
1515
name: ${{ matrix.os }}/${{ matrix.ruby }}
1616
runs-on: ${{ matrix.os }}
17+
timeout-minutes: 10
1718
strategy:
1819
fail-fast: false
1920
matrix:

.github/workflows/nmatrix.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
test:
1515
name: ${{ matrix.os }}/${{ matrix.ruby }}
1616
runs-on: ${{ matrix.os }}
17+
timeout-minutes: 10
1718
strategy:
1819
fail-fast: false
1920
matrix:

.github/workflows/pycall.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
test:
1515
name: ${{ matrix.os }}/${{ matrix.ruby }}/${{ matrix.python }}-${{ matrix.python_architecture }}
1616
runs-on: ${{ matrix.os }}
17+
timeout-minutes: 10
1718

1819
strategy:
1920
fail-fast: false

0 commit comments

Comments
 (0)