Skip to content

Commit

Permalink
test: set reporter timeout 3000, run all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalets committed May 5, 2024
1 parent f7e7c75 commit 503e356
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-win.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
run: |
# don't use 'npm t' here as it doesn't expand filename wildcards
node test/setup.mjs
# node --test test/**/test.mjs
node --test test/**/test.mjs
# run particular test
node --test test/reporter-cucumber-html/test.mjs
# node --test test/reporter-cucumber-html/test.mjs
- uses: actions/upload-artifact@v4
if: failure()
with:
Expand Down
2 changes: 1 addition & 1 deletion test/reporter-cucumber-merge/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default defineConfig({
screenshot: 'only-on-failure',
},
// don't reduce test timeout as it produces unreliable errors
timeout: 1500,
timeout: 3000,
expect: {
timeout: 1,
},
Expand Down

0 comments on commit 503e356

Please sign in to comment.