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

@ -16,7 +16,7 @@ describe('Language select and change', function () {
// Destroy language cookies
it('makes text german', function (done) {
this.timeout(100);
this.timeout(200);
const chrome$ = helper.padChrome$;
// click on the settings button to make settings visible
@ -46,7 +46,7 @@ describe('Language select and change', function () {
});
it('makes text English', function (done) {
this.timeout(100);
this.timeout(200);
const chrome$ = helper.padChrome$;
// click on the settings button to make settings visible