diff --git a/src/routes/open/components/Layout.test.js b/src/routes/open/components/Layout.test.js index db2eaf1f..5d67a410 100644 --- a/src/routes/open/components/Layout.test.js +++ b/src/routes/open/components/Layout.test.js @@ -59,7 +59,7 @@ describe('React DOM TESTS > Create Safe form', () => { // giving some time to the component for updating its state with safe // before destroying its context - await sleep(1500) + await sleep(6000) // THEN const deployed = TestUtils.findRenderedDOMComponentWithClass(open, DEPLOYED_COMPONENT_ID)