Increase default Mocha timeout

This commit is contained in:
Kevin Ingersoll
2014-04-20 21:10:59 +12:00
committed by Roman Shtylman
parent 87a23bf28c
commit 71552a336e

View File

@@ -16,7 +16,7 @@
"mocha": "~1.17.0"
},
"scripts": {
"test": "mocha --ui qunit --reporter list -- test/index.js"
"test": "mocha --ui qunit --reporter list --timeout 10000 -- test/index.js"
},
"bin": {
"lt": "./bin/client"