Compare commits

...

2 Commits

Author SHA1 Message Date
John McLear 6e231f3665 tests: support even slower safari 2020-09-26 21:57:03 +01:00
John McLear e4dda630e3 tests: support even slower safari 2020-09-26 21:56:25 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ describe('Responsiveness of Editor', function() {
var amount = 200000; //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 * 120); // Changed from 100 to 120 to allow Mac OSX Safari to be slow.
this.timeout(amount * 150); // Changed from 100 to 150 to allow Mac OSX Safari to be slow.
// get keys to send
var keyMultiplier = 10; // multiplier * 10 == total number of key events