mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04:00
tests: make target versions inline with #4162 part 3
This commit is contained in:
parent
f4e5e9b750
commit
09ce8bcc45
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ describe('Responsiveness of Editor', function() {
|
|||
var end = Date.now(); // get the current time
|
||||
var delay = end - start; // get the delay as the current time minus the start time
|
||||
|
||||
expect(delay).to.be.below(200);
|
||||
expect(delay).to.be.below(300);
|
||||
done();
|
||||
}, 1000);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue