mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 16:06:16 -04:00
various timeout changes
This commit is contained in:
parent
e8e90ac207
commit
05fe4904ed
3 changed files with 25 additions and 25 deletions
|
@ -37,7 +37,7 @@ describe(__filename, function () {
|
|||
|
||||
describe('OpenAPI definition', function () {
|
||||
it('generates valid openapi definition document', function (done) {
|
||||
this.timeout(10000);
|
||||
this.timeout(15000);
|
||||
api
|
||||
.get('/api/openapi.json')
|
||||
.expect((res) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue