WA-238 increasing time in tests for updating UI after creating a safe

This commit is contained in:
apanizo 2018-06-04 13:33:46 +02:00
parent e10828e5c4
commit 2018938f9b
1 changed files with 1 additions and 1 deletions

View File

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