From 43bd6b33a3cd2a977c358ffa28ce9eafe753e92d Mon Sep 17 00:00:00 2001 From: Typicode Date: Wed, 15 Jul 2015 19:16:21 +0200 Subject: [PATCH] Update timeout --- test/cli/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {