mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04:00
longer timeouts
This commit is contained in:
parent
4c825d3060
commit
14c2987afc
2 changed files with 8 additions and 8 deletions
|
@ -7,7 +7,7 @@ describe('Chat messages and UI', function () {
|
|||
});
|
||||
|
||||
it('opens chat, sends a message, makes sure it exists and hides chat', async function () {
|
||||
this.timeout(2000);
|
||||
this.timeout(3000);
|
||||
const chatValue = 'JohnMcLear';
|
||||
|
||||
await helper.showChat();
|
||||
|
@ -30,7 +30,7 @@ describe('Chat messages and UI', function () {
|
|||
});
|
||||
|
||||
it("makes sure that an empty message can't be sent", async function () {
|
||||
this.timeout(2000);
|
||||
this.timeout(3000);
|
||||
const chatValue = 'mluto';
|
||||
|
||||
await helper.showChat();
|
||||
|
@ -108,9 +108,9 @@ describe('Chat messages and UI', function () {
|
|||
done();
|
||||
},
|
||||
});
|
||||
}, 2000);
|
||||
}, );
|
||||
},
|
||||
});
|
||||
}, 2000);
|
||||
}, 3000);
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue