Skip to content

Commit

Permalink
Try longer timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
taras committed May 17, 2020
1 parent 8322a08 commit 66d8db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"scripts": {
"lint": "echo [skip @effection/node]",
"test": "mocha -r ts-node/register test/**/*.test.ts",
"test": "mocha -r ts-node/register --timeout 5000 test/**/*.test.ts",
"prepack": "tsdx build --target node --format cjs --tsconfig tsconfig.dist.json",
"mocha": "mocha -r ts-node/register"
},
Expand Down

0 comments on commit 66d8db0

Please sign in to comment.