tests: support even slower safari (#4361)

readonly-pad-export-tests
John McLear 2020-09-26 21:57:21 +01:00 committed by GitHub
parent c56973ce74
commit ea4b9bf7d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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