From 608e4c1307c15414ab0257b11deadfd3127545b0 Mon Sep 17 00:00:00 2001 From: apanizo Date: Mon, 14 May 2018 16:00:44 +0200 Subject: [PATCH] WA-238 Giving more time to mine tx when deploying safes --- src/routes/open/components/Layout.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)