Skip to content

Commit

Permalink
tests ~ increase 'ava' global test timeout
Browse files Browse the repository at this point in the history
- use global timeout instead of individual test timeouts

# Discussion

Individual test timeouts (`t.timeout(...)`) do *not* increase the global timeout; they
only decrease the timeout. So, they are currently worthless for modifying longer tests.

* ref: <avajs/ava#2384>
  • Loading branch information
rivy committed Feb 10, 2021
1 parent 7935a7a commit a9c4377
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 @@ -214,7 +214,7 @@
"files": [
"!**/*.test-d.ts"
],
"timeout": "30s",
"timeout": "60s",
"typescript": {
"rewritePaths": {
"src/": "build/cjs+tests/"
Expand Down

0 comments on commit a9c4377

Please sign in to comment.