Upgrade Mocha dep and increase timeout

Travis can be slow and sometimes time out.
This commit is contained in:
Sindre Sorhus
2013-02-05 00:02:41 +01:00
parent 36e790d6a9
commit 423fab8822

View File

@@ -37,10 +37,10 @@
},
"scripts": {
"postinstall": "node cleanup",
"test": "mocha -R spec -t 20000"
"test": "mocha --reporter spec --timeout 40000"
},
"devDependencies": {
"mocha": "~1.6.0",
"mocha": "~1.8.1",
"nock": "~0.13.5"
},
"bin": {