mirror of
https://github.com/status-im/safe-react.git
synced 2025-01-23 08:08:56 +00:00
WA-232 Increase time to deploy safe and move tokens
This commit is contained in:
parent
ca53182b65
commit
b510d96ac9
@ -67,7 +67,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(8000)
|
||||
await sleep(12000)
|
||||
|
||||
// THEN
|
||||
const deployed = TestUtils.findRenderedDOMComponentWithClass(safe, DEPLOYED_COMPONENT_ID)
|
||||
|
@ -39,7 +39,7 @@ describe('DOM > Feature > SAFE ERC20 TOKENS', () => {
|
||||
const expandBalance = buttons[EXPAND_BALANCE_INDEX]
|
||||
const receiver = accounts[2]
|
||||
await sendMoveTokensForm(SafeDom, expandBalance, 20, accounts[2])
|
||||
await sleep(800)
|
||||
await sleep(2000)
|
||||
|
||||
// THEN
|
||||
const safeFunds = await fetchBalancesAction.calculateBalanceOf(tokenAddress, safeAddress)
|
||||
|
Loading…
x
Reference in New Issue
Block a user