test - integration - bump timeout

This commit is contained in:
kumavis 2017-09-18 13:06:35 -07:00
parent 784510f89f
commit 9f665d8eda
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ async function runFirstTimeUsageTest(assert, done) {
const createButton = app.find('button.primary')[0]
createButton.click()
await timeout(1500)
await timeout(3000)
const created = app.find('h3')[0]
assert.equal(created.textContent, 'Vault Created', 'Vault created screen')