WA-232 Increase time to deploy safe and move tokens

This commit is contained in:
apanizo 2018-07-04 16:51:41 +02:00
parent ca53182b65
commit b510d96ac9
2 changed files with 2 additions and 2 deletions

View File

@ -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 // giving some time to the component for updating its state with safe
// before destroying its context // before destroying its context
await sleep(8000) await sleep(12000)
// THEN // THEN
const deployed = TestUtils.findRenderedDOMComponentWithClass(safe, DEPLOYED_COMPONENT_ID) const deployed = TestUtils.findRenderedDOMComponentWithClass(safe, DEPLOYED_COMPONENT_ID)

View File

@ -39,7 +39,7 @@ describe('DOM > Feature > SAFE ERC20 TOKENS', () => {
const expandBalance = buttons[EXPAND_BALANCE_INDEX] const expandBalance = buttons[EXPAND_BALANCE_INDEX]
const receiver = accounts[2] const receiver = accounts[2]
await sendMoveTokensForm(SafeDom, expandBalance, 20, accounts[2]) await sendMoveTokensForm(SafeDom, expandBalance, 20, accounts[2])
await sleep(800) await sleep(2000)
// THEN // THEN
const safeFunds = await fetchBalancesAction.calculateBalanceOf(tokenAddress, safeAddress) const safeFunds = await fetchBalancesAction.calculateBalanceOf(tokenAddress, safeAddress)