more realistic timeouts for slower devices

This commit is contained in:
John McLear 2021-01-27 05:15:17 +00:00
parent edf1dabe65
commit 88d99c0d60
6 changed files with 14 additions and 16 deletions

View file

@ -7,7 +7,7 @@ describe('undo button', function () {
});
it('undo some typing by clicking undo button', function (done) {
this.timeout(100);
this.timeout(150);
const inner$ = helper.padInner$;
const chrome$ = helper.padChrome$;
@ -32,7 +32,7 @@ describe('undo button', function () {
});
it('undo some typing using a keypress', function (done) {
this.timeout(100);
this.timeout(150);
const inner$ = helper.padInner$;
// get the first text element inside the editable space