mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
Frontend tests: longer timeout in language.js test to make tests for
resilient.
This commit is contained in:
parent
3a45aa1cb2
commit
3c9bcf4c4b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue