mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
Update responsiveness.js
This commit is contained in:
parent
01d4bfc753
commit
844c787bbf
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,7 @@ describe('Responsiveness of Editor', function () {
|
|||
it('Fast response to keypress in pad with large amount of contents', async function () {
|
||||
this.timeout(9999999);
|
||||
if (top.window.location.search.indexOf('&collab=true') === -1) this.skip();
|
||||
const numberOfEdits = 10; // TODO; edit to 1500 or so
|
||||
const numberOfEdits = 100; // TODO; edit to 1500 or so
|
||||
|
||||
// wait a minute for everyone to connect
|
||||
await helper.waitForPromise(
|
||||
|
@ -36,5 +36,6 @@ describe('Responsiveness of Editor', function () {
|
|||
await wait(1500);
|
||||
i++;
|
||||
}
|
||||
// we shoild probably wait here for all editors to have finished editing.
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue