language test rtl: increase timeout
parent
ced7e8471e
commit
b282de0c42
|
@ -69,7 +69,7 @@ describe('Language select and change', function () {
|
|||
});
|
||||
|
||||
it('changes direction when picking an rtl lang', async function () {
|
||||
this.timeout(1000);
|
||||
this.timeout(2000);
|
||||
const chrome$ = helper.padChrome$;
|
||||
|
||||
// click on the settings button to make settings visible
|
||||
|
|
Loading…
Reference in New Issue