more realistic timeouts for slower devices

This commit is contained in:
John McLear 2021-01-27 05:15:17 +00:00
parent edf1dabe65
commit 88d99c0d60
6 changed files with 14 additions and 16 deletions

View file

@ -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('😃');