Skip to content

Commit 032aec0

Browse files
committed
slightly bigger timeout
1 parent 312dd09 commit 032aec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"fixture": "webpack",
5454
"start": "esw -w .",
5555
"lint": "eslint .",
56-
"test": "mocha --compilers js:babel/register",
56+
"test": "mocha --compilers js:babel/register --timeout 5000",
5757
"test:cov": "`npm bin`/babel-node `npm bin`/isparta cover --report text --report html `npm bin`/_mocha",
5858
"test:gen": "babel-node generate-tests",
5959
"build": "babel src --out-dir dist",

0 commit comments

Comments
 (0)