We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccf6772 commit 43bd6b3Copy full SHA for 43bd6b3
test/cli/index.js
@@ -67,9 +67,9 @@ describe('cli', function () {
67
describe('http://jsonplaceholder.typicode.com/db', function () {
68
69
beforeEach(function (done) {
70
- this.timeout(6000)
+ this.timeout(10000)
71
child = cli(['http://jsonplaceholder.typicode.com/db'])
72
- setTimeout(done, 5000)
+ setTimeout(done, 9000)
73
})
74
75
it('should support URL file', function (done) {
0 commit comments