From a8f8c2cd859eb12432fdcb2331d0b4c42c1adc20 Mon Sep 17 00:00:00 2001 From: Alexis Svinartchouk Date: Mon, 11 Feb 2019 14:08:13 +0100 Subject: [PATCH] Increase svg icon test timeout Change-type: patch --- tests/gui/components/svg-icon.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/gui/components/svg-icon.spec.js b/tests/gui/components/svg-icon.spec.js index d9e19553..9b40e3dc 100644 --- a/tests/gui/components/svg-icon.spec.js +++ b/tests/gui/components/svg-icon.spec.js @@ -85,7 +85,7 @@ describe('Browser: SVGIcon', function () { const compiledDoc = compiledSVGParser.parseFromString(compiledContents, 'image/svg+xml') m.chai.expect(compiledDoc.outerHTML).to.equal(originalDoc.outerHTML) - }) + }).timeout(10000) it('should accept an SVG in the contents attribute', function () { const iconContents = ''