mirror of
https://github.com/typicode/json-server.git
synced 2025-07-28 04:32:24 +08:00
Update timeout
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user