Skip to content

Commit fd92c13

Browse files
committed
1 parent 5f7f5fc commit fd92c13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"postversion": "git push && git push --tags",
1616
"pretest": "npm run lint",
1717
"preversion": "npm test",
18-
"test": "nyc mocha \"test/*.js\" --compilers js:babel-register --reporter progress --timeout 10000",
18+
"test": "nyc mocha \"test/*.js\" --compilers js:babel-register --reporter progress --timeout 30000",
1919
"watch": "mocha \"test/*.js\" --compilers js:babel-register --growl --reporter progress --watch",
2020
"codecov": "nyc report --reporter lcovonly && codecov"
2121
},

0 commit comments

Comments
 (0)