diff --git a/tests/frontend/specs/italic.js b/tests/frontend/specs/italic.js index d22d43ba0..b9edbda98 100644 --- a/tests/frontend/specs/italic.js +++ b/tests/frontend/specs/italic.js @@ -8,7 +8,7 @@ describe('italic some text', function () { }); it('makes text italic using button', function (done) { - this.timeout(50); + this.timeout(100); const inner$ = helper.padInner$; const chrome$ = helper.padChrome$; @@ -37,7 +37,7 @@ describe('italic some text', function () { }); it('makes text italic using keypress', function (done) { - this.timeout(50); + this.timeout(100); const inner$ = helper.padInner$; // get the first text element out of the inner iframe diff --git a/tests/frontend/specs/ordered_list.js b/tests/frontend/specs/ordered_list.js index 155e92d0d..7604e0287 100644 --- a/tests/frontend/specs/ordered_list.js +++ b/tests/frontend/specs/ordered_list.js @@ -164,7 +164,7 @@ describe('Pressing indent/outdent button in an OL increases and decreases indent }); it('indent and de-indent list item with indent button', function (done) { - this.timeout(200); + this.timeout(1000); const inner$ = helper.padInner$; const chrome$ = helper.padChrome$; diff --git a/tests/frontend/specs/redo.js b/tests/frontend/specs/redo.js index 383f95f38..9a78c1a7c 100644 --- a/tests/frontend/specs/redo.js +++ b/tests/frontend/specs/redo.js @@ -7,7 +7,7 @@ describe('undo button then redo button', function () { }); it('redo some typing with button', function (done) { - this.timeout(100); + this.timeout(200); const inner$ = helper.padInner$; const chrome$ = helper.padChrome$; @@ -35,7 +35,7 @@ describe('undo button then redo button', function () { }); it('redo some typing with keypress', function (done) { - this.timeout(100); + this.timeout(200); const inner$ = helper.padInner$; // get the first text element inside the editable space