tests: make target versions inline with #4162 part 3

This commit is contained in:
John McLear 2020-07-17 12:40:48 +00:00
parent f4e5e9b750
commit 09ce8bcc45

View file

@ -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);