Skip to content

Commit

Permalink
Increase test timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Zabil Cheriya Maliackal <[email protected]>
  • Loading branch information
zabil committed May 22, 2024
1 parent dec742a commit f8cc4ac
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"doc:api": "node lib/documentation.js",
"test:api": "node test/unit-tests/taiko-test.js",
"examples": "cd examples && npm install && npm test",
"test:unit:silent": "mocha 'test/unit-tests/**/*.test.js' --timeout 6000 -R dot --trace-warnings --exit",
"test:unit": "mocha 'test/unit-tests/**/*.test.js' --timeout 6000 --trace-warnings --exit",
"test:unit:silent": "mocha 'test/unit-tests/**/*.test.js' --timeout 9000 -R dot --trace-warnings --exit",
"test:unit": "mocha 'test/unit-tests/**/*.test.js' --timeout 9000 --trace-warnings --exit",
"test": "npm run test:api && npm run test:unit:silent",
"test-functional": "npm install && cd test/functional-tests && npm install && npm test",
"test-docs": "cd test/docs-tests && node prepare.js && eleventy && cd ./gauge && npm install && npm test",
Expand All @@ -30,9 +30,17 @@
"type": "git",
"url": "https://github.com/getgauge/taiko"
},
"keywords": ["headless", "headless-chrome", "headless-testing", "headless-browser"],
"keywords": [
"headless",
"headless-chrome",
"headless-testing",
"headless-browser"
],
"lint-staged": {
"**/*.{js,ts}": ["npm run lint", "git add"]
"**/*.{js,ts}": [
"npm run lint",
"git add"
]
},
"taiko": {
"browser": {
Expand Down

0 comments on commit f8cc4ac

Please sign in to comment.