mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
Update responsiveness.js
This commit is contained in:
parent
211264c6de
commit
58f0000ed4
1 changed files with 2 additions and 2 deletions
|
@ -8,11 +8,11 @@ describe('Responsiveness of Editor', function () {
|
||||||
// create a new pad before each test run
|
// create a new pad before each test run
|
||||||
beforeEach(function (cb) {
|
beforeEach(function (cb) {
|
||||||
helper.newPad(cb, 'TEST_PAD_collab');
|
helper.newPad(cb, 'TEST_PAD_collab');
|
||||||
this.timeout(120000);
|
this.timeout(1200000);
|
||||||
});
|
});
|
||||||
|
|
||||||
it('Fast response to keypress in pad with large amount of contents', async function () {
|
it('Fast response to keypress in pad with large amount of contents', async function () {
|
||||||
this.timeout(120000);
|
this.timeout(1200000);
|
||||||
if (top.window.location.search.indexOf('&collab=true') === -1) this.skip();
|
if (top.window.location.search.indexOf('&collab=true') === -1) this.skip();
|
||||||
const numberOfEdits = 3000; // creates 700+ lines
|
const numberOfEdits = 3000; // creates 700+ lines
|
||||||
const allowableLatency = 100; // allow 100 ms of latency to see our edit
|
const allowableLatency = 100; // allow 100 ms of latency to see our edit
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue