mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04:00
remove custom timeouts
This commit is contained in:
parent
af19a010c5
commit
9408d4395f
32 changed files with 0 additions and 46 deletions
|
@ -4,7 +4,6 @@ describe('chat-load-messages', function () {
|
|||
let padName;
|
||||
|
||||
it('creates a pad', async function () {
|
||||
this.timeout(60000);
|
||||
padName = await helper.aNewPad();
|
||||
});
|
||||
|
||||
|
@ -15,8 +14,6 @@ describe('chat-load-messages', function () {
|
|||
const chatInput = chrome$('#chatinput');
|
||||
const chatText = chrome$('#chattext');
|
||||
|
||||
this.timeout(60000);
|
||||
|
||||
const messages = 140;
|
||||
for (let i = 1; i <= messages; i++) {
|
||||
let num = `${i}`;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue