more realistic timeouts for slower devices

This commit is contained in:
John McLear 2021-01-27 05:43:48 +00:00
parent 5d276944a8
commit 55ac85473c
3 changed files with 5 additions and 5 deletions

View file

@ -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