diff --git a/setupJest.js b/setupJest.js
index 495739b54bcd556dba18d908a80dcf0df8301eac..758abb550a358d4dbe6080b480c18f7270399003 100644
--- a/setupJest.js
+++ b/setupJest.js
@@ -8,7 +8,7 @@ import Enzyme from 'enzyme'; // eslint-disable-line import/no-extraneous-depende
 const jsdom = new JSDOM('<!doctype html><html><body><div id="main"></div></body></html>', { url: 'https://localhost' });
 const { window } = jsdom;
 
-jest.setTimeout(10000);
+jest.setTimeout(30000);
 
 window.HTMLCanvasElement.prototype.getContext = () => {};
 jest.setMock('isomorphic-unfetch', fetch);