Merge pull request #10687 from fredj/win_failing_img_test

Increase timeout in listenImage test
This commit is contained in:
Frédéric Junod
2020-02-17 15:42:03 +01:00
committed by GitHub

View File

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