more realistic timeouts for slower devices

mochawesome
John McLear 2021-01-27 05:19:04 +00:00
parent 01ac40dc56
commit 929859042c
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ describe('All the alphabet works n stuff', function () {
}); });
it('when you enter any char it appears right', function (done) { it('when you enter any char it appears right', function (done) {
this.timeout(100); this.timeout(250);
const inner$ = helper.padInner$; const inner$ = helper.padInner$;
// get the first text element out of the inner iframe // get the first text element out of the inner iframe