Skip to content

Commit

Permalink
ci: set timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Mar 22, 2024
1 parent bf23ab4 commit 2c3b0c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
exclude:
- { runs-on: windows-latest , ruby-version: '3.0' }
runs-on: ${{ matrix.runs-on }}
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- { runs-on: windows-latest , ruby-version: mingw }
- { runs-on: windows-latest , ruby-version: mswin }
runs-on: ${{ matrix.runs-on }}
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
Expand Down Expand Up @@ -61,6 +62,7 @@ jobs:
- { runs-on: windows-latest , ruby-version: mingw }
- { runs-on: windows-latest , ruby-version: mswin }
runs-on: ${{ matrix.runs-on }}
timeout-minutes: 10
env:
CSV_PARSER_SCANNER_TEST: "yes"
steps:
Expand All @@ -76,6 +78,7 @@ jobs:
gem:
name: "Gem test"
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
Expand All @@ -95,6 +98,7 @@ jobs:
document:
name: "Document test"
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 2c3b0c1

Please sign in to comment.