Skip to content

Commit

Permalink
Set max timeout minutes to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Oct 3, 2021
1 parent 58e0187 commit ed928c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:

test:
runs-on: ubuntu-latest
timeout-minutes: 10

steps:
- uses: actions/checkout@v2
Expand All @@ -77,6 +78,7 @@ jobs:
ember-try:
runs-on: ubuntu-latest
needs: ['lint', 'test']
timeout-minutes: 10
strategy:
matrix:
ember-try-scenario:
Expand Down

0 comments on commit ed928c6

Please sign in to comment.