mirror of
https://github.com/status-im/safe-react.git
synced 2025-02-04 13:54:11 +00:00
WA-232 Increasing time in tests
This commit is contained in:
parent
3d0bcf2df5
commit
2ede2aceb2
@ -70,7 +70,7 @@ describe('DOM > Feature > Add new ERC 20 Tokens', () => {
|
||||
let form = TestUtils.findRenderedDOMComponentWithTag(AddTokenComponent, 'form')
|
||||
// submit it
|
||||
TestUtils.Simulate.submit(form)
|
||||
await sleep(5000)
|
||||
await sleep(15000)
|
||||
|
||||
inputs = TestUtils.scryRenderedDOMComponentsWithTag(AddTokenComponent, 'input')
|
||||
expect(inputs.length).toBe(4)
|
||||
|
Loading…
x
Reference in New Issue
Block a user