Skip to content

Commit

Permalink
e2e: increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalets committed Jul 26, 2024
1 parent e2a73a7 commit 8d6c06e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"prettier": "prettier --check --ignore-unknown .",
"prettier:w": "prettier --write --ignore-unknown .",
"test": "vitest run test/unit",
"e2e": "npm run build && vitest run test/e2e/e2e.spec.ts --sequence.concurrent",
"e2e": "npm run build && vitest run test/e2e/e2e.spec.ts --sequence.concurrent --test-timeout=10000",
"test:all": "npm test && npm run e2e",
"example": "npm run build && npx playwright test -c example",
"toc": "markdown-toc -i README.md",
Expand Down

0 comments on commit 8d6c06e

Please sign in to comment.