diff --git a/test/cli/index.js b/test/cli/index.js index 83f5076..c366149 100644 --- a/test/cli/index.js +++ b/test/cli/index.js @@ -67,9 +67,9 @@ describe('cli', function () { describe('http://jsonplaceholder.typicode.com/db', function () { beforeEach(function (done) { - this.timeout(6000) + this.timeout(10000) child = cli(['http://jsonplaceholder.typicode.com/db']) - setTimeout(done, 5000) + setTimeout(done, 9000) }) it('should support URL file', function (done) {