From f6413c8e3969f9fdcb565ad3bcac5dc0d41e25af Mon Sep 17 00:00:00 2001 From: John McLear Date: Fri, 29 Jan 2021 09:39:00 +0000 Subject: [PATCH] timeouts --- tests/frontend/specs/language.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/frontend/specs/language.js b/tests/frontend/specs/language.js index 2becfaf18..bfba16050 100644 --- a/tests/frontend/specs/language.js +++ b/tests/frontend/specs/language.js @@ -16,7 +16,7 @@ describe('Language select and change', function () { // Destroy language cookies it('makes text german', function (done) { - this.timeout(300); + this.timeout(1000); 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(300); + this.timeout(1000); const chrome$ = helper.padChrome$; // click on the settings button to make settings visible