Skip to content

Commit

Permalink
Add time limit for CI (microsoft#1127)
Browse files Browse the repository at this point in the history
* Add time limit for CI

* Update test_macos.yml
  • Loading branch information
you-n-g authored Jun 16, 2022
1 parent 30e72ca commit 27e2a61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:

timeout-minutes: 120
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
build:

timeout-minutes: 120
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down

0 comments on commit 27e2a61

Please sign in to comment.