Increase svg icon test timeout

Change-type: patch
This commit is contained in:
Alexis Svinartchouk 2019-02-11 14:08:13 +01:00
parent 6d79a8e23a
commit a8f8c2cd85

View File

@ -85,7 +85,7 @@ describe('Browser: SVGIcon', function () {
const compiledDoc = compiledSVGParser.parseFromString(compiledContents, 'image/svg+xml') const compiledDoc = compiledSVGParser.parseFromString(compiledContents, 'image/svg+xml')
m.chai.expect(compiledDoc.outerHTML).to.equal(originalDoc.outerHTML) m.chai.expect(compiledDoc.outerHTML).to.equal(originalDoc.outerHTML)
}) }).timeout(10000)
it('should accept an SVG in the contents attribute', function () { it('should accept an SVG in the contents attribute', function () {
const iconContents = '<svg><rect x="10" y="10" height="100" width="100" style="stroke:red;fill:blue;"/></svg>' const iconContents = '<svg><rect x="10" y="10" height="100" width="100" style="stroke:red;fill:blue;"/></svg>'