Skip to content

Commit

Permalink
undo ci
Browse files Browse the repository at this point in the history
  • Loading branch information
snewcomer committed Nov 20, 2021
1 parent 69e16ee commit 9f321a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- run: yarn test

try-scenarios:
timeout-minutes: 30
timeout-minutes: 10
name: "Try: ${{ matrix.ember-try-scenario }}"

runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions tests/unit/setup-rendering-context-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ import {
setApplication,
setResolver,
triggerEvent,
// focus,
// blur,
focus,
blur,
click,
isSettled,
} from '@ember/test-helpers';
Expand Down

0 comments on commit 9f321a4

Please sign in to comment.