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

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