mirror of
https://github.com/bower/bower.git
synced 2026-04-24 03:00:19 -04:00
Upgrade Mocha dep and increase timeout
Travis can be slow and sometimes time out.
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user