mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
timeout
This commit is contained in:
parent
df580ec513
commit
3718767d5a
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ describe('Language select and change', function () {
|
||||||
});
|
});
|
||||||
|
|
||||||
it('changes direction when picking an rtl lang', function (done) {
|
it('changes direction when picking an rtl lang', function (done) {
|
||||||
this.timeout(300);
|
this.timeout(500);
|
||||||
const chrome$ = helper.padChrome$;
|
const chrome$ = helper.padChrome$;
|
||||||
|
|
||||||
// click on the settings button to make settings visible
|
// click on the settings button to make settings visible
|
||||||
|
|
Loading…
Reference in a new issue