mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01: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
|
@ -8,7 +8,7 @@ describe('change user color', function () {
|
|||
});
|
||||
|
||||
it('Color picker remembers the user color after a refresh', function (done) {
|
||||
this.timeout(5000);
|
||||
this.timeout(10000);
|
||||
const chrome$ = helper.padChrome$;
|
||||
|
||||
// click on the settings button to make settings visible
|
||||
|
|
|
@ -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…
Reference in a new issue