WA-238 Adding more time to execute the tx in background

This commit is contained in:
apanizo 2018-05-14 15:26:48 +02:00
parent d61bf58963
commit 98ce8f1746
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ const deploySafe = async (safe: React$Component<{}>, dailyLimit: string) => {
// giving some time to the component for updating its state with safe
// before destroying its context
await sleep(1500)
await sleep(3500)
// THEN
const deployed = TestUtils.findRenderedDOMComponentWithClass(safe, DEPLOYED_COMPONENT_ID)