Increase timeout in listenImage test
Fixes failing test with Chrome 80 on Windows 10
This commit is contained in:
@@ -40,7 +40,7 @@ describe('HTML Image loading', function() {
|
||||
expect(handleLoad.called).to.be(false);
|
||||
expect(handleError.called).to.be(true);
|
||||
done();
|
||||
}, 200);
|
||||
}, 500);
|
||||
});
|
||||
|
||||
it('handles cancelation', function(done) {
|
||||
|
||||
Reference in New Issue
Block a user