Skip to content

Commit 43bd6b3

Browse files
committed
Update timeout
1 parent ccf6772 commit 43bd6b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/cli/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ describe('cli', function () {
6767
describe('http://jsonplaceholder.typicode.com/db', function () {
6868

6969
beforeEach(function (done) {
70-
this.timeout(6000)
70+
this.timeout(10000)
7171
child = cli(['http://jsonplaceholder.typicode.com/db'])
72-
setTimeout(done, 5000)
72+
setTimeout(done, 9000)
7373
})
7474

7575
it('should support URL file', function (done) {

0 commit comments

Comments
 (0)