mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
more realistic timeouts for slower devices
This commit is contained in:
parent
01ac40dc56
commit
929859042c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue