Skip to content

Commit a750834

Browse files
authored
Increase Playwright test timeout (#229)
1 parent cd7ad63 commit a750834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"examples": "npm run build && http-server",
1212
"test": "nyc mocha -r ts-node/register -r source-map-support/register -r jsdom-global/register test/*.spec.ts test/**/*.spec.ts",
1313
"test:fullstory": "nyc mocha -r ts-node/register -r source-map-support/register -r jsdom-global/register test/fullstory.spec.ts",
14-
"test:browser": "PLAYWRIGHT_BROWSERS_PATH=0 DLO_RUN_BROWSER_TESTS=1 nyc mocha -r ts-node/register -r source-map-support/register -r jsdom-global/register test/*.spec.ts -- --grep Ruleset --timeout 3000",
14+
"test:browser": "PLAYWRIGHT_BROWSERS_PATH=0 DLO_RUN_BROWSER_TESTS=1 nyc mocha -r ts-node/register -r source-map-support/register -r jsdom-global/register test/*.spec.ts -- --grep Ruleset --timeout 10000",
1515
"test:browser:bootstrap": "PLAYWRIGHT_BROWSERS_PATH=0 npx playwright install",
1616
"lint": "eslint --ext .ts src/** test/mocks/** test/utils/** test/*.ts",
1717
"lint:fix": "eslint --ext .ts --fix src/** test/mocks/** test/utils/** test/*.ts",

0 commit comments

Comments
 (0)