Merge pull request #10687 from fredj/win_failing_img_test
Increase timeout in listenImage test
This commit is contained in:
@@ -40,7 +40,7 @@ describe('HTML Image loading', function() {
|
|||||||
expect(handleLoad.called).to.be(false);
|
expect(handleLoad.called).to.be(false);
|
||||||
expect(handleError.called).to.be(true);
|
expect(handleError.called).to.be(true);
|
||||||
done();
|
done();
|
||||||
}, 200);
|
}, 500);
|
||||||
});
|
});
|
||||||
|
|
||||||
it('handles cancelation', function(done) {
|
it('handles cancelation', function(done) {
|
||||||
|
|||||||
Reference in New Issue
Block a user