mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-27 10:56:16 -04:00
does this still kill ff52 on win7?
This commit is contained in:
parent
c4bb07ef5a
commit
4e2c31fee6
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@ describe('Responsiveness of Editor', function() {
|
|||
// @todo also do this with 30k+ lines
|
||||
it('Fast response to keypress in pad with large amount of contents', function(done) {
|
||||
var inner$ = helper.padInner$;
|
||||
var chars = '0000000000'; // row of placeholder chars
|
||||
var amount = 100000; //number of blocks of chars we will insert
|
||||
var chars = '00000000000 00000000000000 000000000000 000000000000 00000000000\n'; // row of placeholder chars
|
||||
var amount = 17000; //number of blocks of chars we will insert
|
||||
var length = (amount * (chars.length) +1); // include a counter for each space
|
||||
var text = ''; // the text we're gonna insert
|
||||
this.timeout(amount * 100);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue