longer timeouts

This commit is contained in:
John McLear 2021-01-27 05:59:01 +00:00
parent 14c2987afc
commit 0c9a19bd1b
2 changed files with 2 additions and 2 deletions

View file

@ -62,7 +62,7 @@ describe('change user color', function () {
}); });
it('Own user color is shown when you enter a chat', function (done) { it('Own user color is shown when you enter a chat', function (done) {
this.timeout(500); this.timeout(1000);
const chrome$ = helper.padChrome$; const chrome$ = helper.padChrome$;
const $colorOption = helper.padChrome$('#options-colorscheck'); const $colorOption = helper.padChrome$('#options-colorscheck');

View file

@ -7,7 +7,7 @@ describe('change username value', function () {
}); });
it('Remembers the user name after a refresh', async function () { it('Remembers the user name after a refresh', async function () {
this.timeout(200); this.timeout(500);
helper.toggleUserList(); helper.toggleUserList();
helper.setUserName('😃'); helper.setUserName('😃');