Skip to content

Commit

Permalink
update prod to match canary timeout and exit (#1460)
Browse files Browse the repository at this point in the history
  • Loading branch information
floating authored Feb 24, 2023
1 parent 6bcdbe2 commit f816858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_AUTH_TOKEN }}" > ./.npmrc
- run: npm run setup:ci
- run: npm run compile
- run: npm run test:unit:main -- --testTimeout=500 --verbose
- run: npm run test:unit:main -- --testTimeout=5000 --verbose --detectOpenHandles --forceExit
- run: npm run test:unit:components
- run: npm run bundle
- name: Sleep for 4 seconds
Expand Down

0 comments on commit f816858

Please sign in to comment.