Skip to content

Commit

Permalink
fix: increase timeout for UTs
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent authored Dec 26, 2023
1 parent f4e4438 commit 0196c65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"homepage": "https://github.com/kobenguyent/codeceptjs-rphelper#readme",
"main": "index.js",
"scripts": {
"acceptance_test": "mocha test/acceptance_test.js --timeout 10000",
"bdd_acceptance_test": "mocha test/bdd_acceptance_test.js --timeout 10000",
"acceptance_test": "mocha test/acceptance_test.js --timeout 50000",
"bdd_acceptance_test": "mocha test/bdd_acceptance_test.js --timeout 50000",
"test": "npm run acceptance_test && npm run bdd_acceptance_test"
},
"devDependencies": {
Expand Down

0 comments on commit 0196c65

Please sign in to comment.