ensure other browser pass

This commit is contained in:
webzwo0i 2020-09-07 15:16:16 +02:00
parent 876ecbef98
commit b22dd93b88

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(300);
expect(delay).to.be.below(1000);
done();
}, 1000);