Update responsiveness.js
parent
4da826dd0c
commit
754aa8363b
|
@ -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 New Issue