Skip to content

Commit 3c84faf

Browse files
authored
Merge pull request #489 from achambers/ac/chore/add-ci-timeout
Add ember-try CI timeout
2 parents c4ccbaa + d026b99 commit 3c84faf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ jobs:
9494
runs-on: ubuntu-latest
9595
continue-on-error: ${{ matrix.allow-failure }}
9696
needs: test
97+
timeout-minutes: 10
9798

9899
strategy:
99100
fail-fast: true
@@ -187,4 +188,4 @@ jobs:
187188
run: yarn install --no-lockfile --non-interactive
188189

189190
- name: Test
190-
run: yarn test:ember --launch ${{ matrix.browser }}
191+
run: yarn test:ember --launch ${{ matrix.browser }}

0 commit comments

Comments
 (0)