Skip to content

Commit

Permalink
Bump timeout to 15m
Browse files Browse the repository at this point in the history
  • Loading branch information
mixonic committed Nov 9, 2021
1 parent 7fa4db7 commit 5fb8a16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.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: 6
timeout-minutes: 15

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

strategy:
matrix:
Expand Down

0 comments on commit 5fb8a16

Please sign in to comment.