mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
Update responsiveness.js
This commit is contained in:
parent
4da826dd0c
commit
754aa8363b
1 changed files with 2 additions and 1 deletions
|
@ -5,10 +5,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(6000);
|
this.timeout(600000);
|
||||||
});
|
});
|
||||||
|
|
||||||
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(9999999);
|
||||||
if (top.window.location.search.indexOf('&collab=true') === -1) this.skip();
|
if (top.window.location.search.indexOf('&collab=true') === -1) this.skip();
|
||||||
const numberOfEdits = 10; // TODO; edit to 1500 or so
|
const numberOfEdits = 10; // TODO; edit to 1500 or so
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue