mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 16:06:16 -04:00
timeouts
This commit is contained in:
parent
14db2e52c2
commit
f6413c8e39
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ describe('Language select and change', function () {
|
||||||
|
|
||||||
// Destroy language cookies
|
// Destroy language cookies
|
||||||
it('makes text german', function (done) {
|
it('makes text german', function (done) {
|
||||||
this.timeout(300);
|
this.timeout(1000);
|
||||||
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
|
||||||
|
@ -46,7 +46,7 @@ describe('Language select and change', function () {
|
||||||
});
|
});
|
||||||
|
|
||||||
it('makes text English', function (done) {
|
it('makes text English', function (done) {
|
||||||
this.timeout(300);
|
this.timeout(1000);
|
||||||
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…
Add table
Add a link
Reference in a new issue