WA-232 Increasing time in tests

This commit is contained in:
apanizo 2018-07-19 13:10:17 +02:00
parent 3d0bcf2df5
commit 2ede2aceb2
1 changed files with 1 additions and 1 deletions

View File

@ -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)