Skip to content

Commit

Permalink
feat(ci): implement 40 minute timeout for macos tests (#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
revitteth authored Jun 18, 2024
1 parent 91f0f69 commit d5e17e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci_zkevm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
matrix:
os: [ ubuntu-20.04, macos-14 ] # list of os: https://github.com/actions/virtual-environments
runs-on: ${{ matrix.os }}
timeout-minutes: ${{ matrix.os == 'macos-14' && 40 || 30 }}

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit d5e17e6

Please sign in to comment.