WA-238 Giving more time to mine tx when deploying safes

This commit is contained in:
apanizo 2018-05-14 16:00:44 +02:00
parent c711c624fd
commit 608e4c1307

View File

@ -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)