Increasing time for deploying a safe in tests

This commit is contained in:
apanizo 2018-06-20 14:11:07 +02:00
parent 6be1b55762
commit 53d1bda918
2 changed files with 2 additions and 2 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(9000)
await sleep(12000)
// THEN
const deployed = TestUtils.findRenderedDOMComponentWithClass(safe, DEPLOYED_COMPONENT_ID)

View File

@ -71,7 +71,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(9000)
await sleep(12000)
// THEN
const deployed = TestUtils.findRenderedDOMComponentWithClass(safe, DEPLOYED_COMPONENT_ID)