WA-238 increasing time in tests for updating UI after creating a safe
This commit is contained in:
parent
e10828e5c4
commit
2018938f9b
|
@ -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
|
// giving some time to the component for updating its state with safe
|
||||||
// before destroying its context
|
// before destroying its context
|
||||||
await sleep(3500)
|
await sleep(6000)
|
||||||
|
|
||||||
// THEN
|
// THEN
|
||||||
const deployed = TestUtils.findRenderedDOMComponentWithClass(safe, DEPLOYED_COMPONENT_ID)
|
const deployed = TestUtils.findRenderedDOMComponentWithClass(safe, DEPLOYED_COMPONENT_ID)
|
||||||
|
|
Loading…
Reference in New Issue