Skip to content

Commit 28b8859

Browse files
committed
bumping test timeouts higher since conversions tend to run a bit slow in travis (like 1.8 seconds is pretty typical)
1 parent 589993e commit 28b8859

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
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"pretest": "node scripts/images.js",
8-
"test": "mocha --timeout 20000 --slow 0 \"test/**/*.js\""
8+
"test": "mocha --timeout 40000 --slow 0 \"test/**/*.js\""
99
},
1010
"repository": {
1111
"type": "git",

0 commit comments

Comments
 (0)