Skip to content

Commit

Permalink
fix(nestjs-core): increase test timeout to 5000ms
Browse files Browse the repository at this point in the history
  • Loading branch information
pichlermarc committed Apr 21, 2023
1 parent e82964f commit 10b1f99
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"prewatch": "npm run precompile",
"prepare": "npm run compile",
"tdd": "npm run test -- --watch-extensions ts --watch",
"test": "nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'",
"test": "nyc ts-mocha --timeout 5000 -p tsconfig.json 'test/**/*.test.ts'",
"test-all-versions": "tav",
"version:update": "node ../../../scripts/version-update.js"
},
Expand Down

0 comments on commit 10b1f99

Please sign in to comment.