Skip to content

Commit f3d8136

Browse files
committed
trying timeout 3s to see if it fixes #158
1 parent c37d05b commit f3d8136

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
@@ -7,7 +7,7 @@
77
],
88
"scripts": {
99
"test": "tsc -p ./ && mocha",
10-
"appveyorTest": "tsc -p ./ && mocha --ui tdd --reporter mocha-appveyor-reporter test/*.js",
10+
"appveyorTest": "tsc -p ./ && mocha --ui tdd --reporter mocha-appveyor-reporter test/*.js --timeout 3000",
1111
"compile": "tsc -watch -p ./"
1212
},
1313
"dependencies": {},

0 commit comments

Comments
 (0)