WA-234 Giving more time to DOM test to refresh the DOM after creating a safe

This commit is contained in:
apanizo 2018-06-08 11:24:45 +02:00
parent 70140df4db
commit 666683c086

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(6000)
await sleep(9000)
// THEN
const deployed = TestUtils.findRenderedDOMComponentWithClass(open, DEPLOYED_COMPONENT_ID)