mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 16:06:16 -04:00
more realistic timeouts for slower devices
This commit is contained in:
parent
929859042c
commit
a6406663f4
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ describe('chat-load-messages', function () {
|
|||
let padName;
|
||||
|
||||
it('creates a pad', function (done) {
|
||||
this.timeout(3000);
|
||||
this.timeout(5000);
|
||||
padName = helper.newPad(done);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue