mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04:00
more realistic timeouts for slower devices
This commit is contained in:
parent
2816820785
commit
21736122a0
5 changed files with 13 additions and 13 deletions
|
@ -4,12 +4,12 @@ describe('chat-load-messages', function () {
|
|||
let padName;
|
||||
|
||||
it('creates a pad', function (done) {
|
||||
this.timeout(5000);
|
||||
this.timeout(20000);
|
||||
padName = helper.newPad(done);
|
||||
});
|
||||
|
||||
it('adds a lot of messages', function (done) {
|
||||
this.timeout(5000);
|
||||
this.timeout(10000);
|
||||
const chrome$ = helper.padChrome$;
|
||||
const chatButton = chrome$('#chaticon');
|
||||
chatButton.click();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue