From 3c9bcf4c4b98eeffb47481656ecfca50726e7f2e Mon Sep 17 00:00:00 2001 From: webzwo0i Date: Fri, 7 Jul 2023 20:04:41 +0200 Subject: [PATCH] Frontend tests: longer timeout in language.js test to make tests for resilient. --- src/tests/frontend/specs/language.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tests/frontend/specs/language.js b/src/tests/frontend/specs/language.js index 2373874f5..d8a258606 100644 --- a/src/tests/frontend/specs/language.js +++ b/src/tests/frontend/specs/language.js @@ -11,7 +11,7 @@ describe('Language select and change', function () { // Destroy language cookies it('makes text german', async function () { - this.timeout(1000); + this.timeout(3000); const chrome$ = helper.padChrome$; // click on the settings button to make settings visible @@ -40,7 +40,7 @@ describe('Language select and change', function () { }); it('makes text English', async function () { - this.timeout(1000); + this.timeout(3000); const chrome$ = helper.padChrome$; // click on the settings button to make settings visible