Skip to content

Commit 8aa2597

Browse files
committed
chore(test): extend polendina timeout for slower systems
1 parent e59b231 commit 8aa2597

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
@@ -13,7 +13,7 @@
1313
"lint:fix": "standard --fix",
1414
"test:ci": "npm run test",
1515
"test:node": "c8 --lines=80 --check-coverage --exclude=lib/parser.cjs --exclude=test/** mocha test/test-*.js",
16-
"test:browser": "polendina --cleanup --webpack-config test/webpack.config.js test/test-typed-*.js",
16+
"test:browser": "polendina --timeout 60 --cleanup --webpack-config test/webpack.config.js test/test-typed-*.js",
1717
"test": "npm run lint && npm run build && npm run test:node && npm run test:browser",
1818
"coverage": "c8 --lines=80 --reporter=html --reporter=text mocha test/test-*.js && npx st -d coverage -p 8888"
1919
},

0 commit comments

Comments
 (0)