mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 00:46:16 -04:00
more realistic timeouts for slower devices
This commit is contained in:
parent
edf1dabe65
commit
88d99c0d60
6 changed files with 14 additions and 16 deletions
|
@ -7,7 +7,7 @@ describe('change username value', function () {
|
|||
});
|
||||
|
||||
it('Remembers the user name after a refresh', async function () {
|
||||
this.timeout(100);
|
||||
this.timeout(200);
|
||||
helper.toggleUserList();
|
||||
helper.setUserName('😃');
|
||||
|
||||
|
@ -22,7 +22,7 @@ describe('change username value', function () {
|
|||
});
|
||||
|
||||
it('Own user name is shown when you enter a chat', async function () {
|
||||
this.timeout(100);
|
||||
this.timeout(200);
|
||||
helper.toggleUserList();
|
||||
helper.setUserName('😃');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue