mirror of
https://github.com/typicode/json-server.git
synced 2025-07-28 20:52:08 +08:00
Update timeout
This commit is contained in:
@ -67,9 +67,9 @@ describe('cli', function () {
|
|||||||
describe('http://jsonplaceholder.typicode.com/db', function () {
|
describe('http://jsonplaceholder.typicode.com/db', function () {
|
||||||
|
|
||||||
beforeEach(function (done) {
|
beforeEach(function (done) {
|
||||||
this.timeout(6000)
|
this.timeout(10000)
|
||||||
child = cli(['http://jsonplaceholder.typicode.com/db'])
|
child = cli(['http://jsonplaceholder.typicode.com/db'])
|
||||||
setTimeout(done, 5000)
|
setTimeout(done, 9000)
|
||||||
})
|
})
|
||||||
|
|
||||||
it('should support URL file', function (done) {
|
it('should support URL file', function (done) {
|
||||||
|
Reference in New Issue
Block a user