diff --git a/tests/frontend/specs/alphabet.js b/tests/frontend/specs/alphabet.js index 939bcfe18..158bc734c 100644 --- a/tests/frontend/specs/alphabet.js +++ b/tests/frontend/specs/alphabet.js @@ -10,7 +10,7 @@ describe('All the alphabet works n stuff', function () { }); it('when you enter any char it appears right', function (done) { - this.timeout(100); + this.timeout(250); const inner$ = helper.padInner$; // get the first text element out of the inner iframe