Update timeout

This commit is contained in:
Typicode
2015-07-15 19:16:21 +02:00
parent ccf67724e3
commit 43bd6b33a3

View File

@ -67,9 +67,9 @@ describe('cli', function () {
describe('http://jsonplaceholder.typicode.com/db', function () { describe('http://jsonplaceholder.typicode.com/db', function () {
beforeEach(function (done) { beforeEach(function (done) {
this.timeout(6000) this.timeout(10000)
child = cli(['http://jsonplaceholder.typicode.com/db']) child = cli(['http://jsonplaceholder.typicode.com/db'])
setTimeout(done, 5000) setTimeout(done, 9000)
}) })
it('should support URL file', function (done) { it('should support URL file', function (done) {