mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
various timeout changes
This commit is contained in:
parent
189786979f
commit
e8e90ac207
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ describe(__filename, function () {
|
|||
|
||||
describe('OpenAPI definition', function () {
|
||||
it('generates valid openapi definition document', function (done) {
|
||||
this.timeout(5000);
|
||||
this.timeout(10000);
|
||||
api
|
||||
.get('/api/openapi.json')
|
||||
.expect((res) => {
|
||||
|
|
Loading…
Reference in a new issue