mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 17:06:16 -04: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) {
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue