mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 17:06:16 -04:00
testing more edits...
This commit is contained in:
parent
4910396f40
commit
5550912d81
1 changed files with 1 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(999999999);
|
||||
if (top.window.location.search.indexOf('&collab=true') === -1) this.skip();
|
||||
const numberOfEdits = 3000; // creates ~700 lines
|
||||
const numberOfEdits = 5000; // creates ~700 lines
|
||||
|
||||
// wait a minute for everyone to connect, this is skipped if &test=true is in the url
|
||||
// so that it's easier to do local debug/testing without lots of users connected
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue