Skip to content

Commit

Permalink
Increase test timeout to 10 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
kpfefferle committed Feb 10, 2023
1 parent c1c1b3c commit b1338cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
test:
name: Run Tests
runs-on: ubuntu-latest
timeout-minutes: 7
timeout-minutes:

steps:
- name: Checkout
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
test-ember-try:
name: Run Tests
runs-on: ubuntu-latest
timeout-minutes: 7
timeout-minutes: 10

strategy:
matrix:
Expand Down

0 comments on commit b1338cb

Please sign in to comment.