Skip to content

Commit

Permalink
Update timeout to match v3
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomatedTester committed May 16, 2023
1 parent a928f65 commit 2b8a604
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 @@ -90,7 +90,7 @@
"scripts": {
"eslint": "eslint index.js lib bin api examples cucumber-js test --quiet",
"mocha-coverage": "nyc --reporter=html mocha test/src/ --recursive",
"test": "mocha test/src/ --recursive",
"test": "mocha test/src/ --recursive --timeout 20000",
"component-tests": "mocha test/component-tests/src",
"test-cucumber": "mocha test/cucumber-integration-tests --parallel",
"coverage": "npx nyc report --reporter=text-lcov > ./coverage/mocha_coverage.lcov"
Expand Down

0 comments on commit 2b8a604

Please sign in to comment.