Increase timeout in listenImage test

Fixes failing test with Chrome 80 on Windows 10
This commit is contained in:
Frederic Junod
2020-02-17 13:26:44 +01:00
parent e81721cada
commit 09689e547c

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