diff options
author | kumavis <kumavis@users.noreply.github.com> | 2017-09-19 04:14:52 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-19 04:14:52 +0800 |
commit | 30874e074e80305adea4b5859a4d50d44b6e979f (patch) | |
tree | 2f38c20d1d3b3305549b41f1895a8fe5d1707910 | |
parent | bbae8d975e1800b37b05b35713728cd39f992071 (diff) | |
parent | 9f665d8eda6d290511d2ee8ca0121d9a8b8c892b (diff) | |
download | tangerine-wallet-browser-30874e074e80305adea4b5859a4d50d44b6e979f.tar tangerine-wallet-browser-30874e074e80305adea4b5859a4d50d44b6e979f.tar.gz tangerine-wallet-browser-30874e074e80305adea4b5859a4d50d44b6e979f.tar.bz2 tangerine-wallet-browser-30874e074e80305adea4b5859a4d50d44b6e979f.tar.lz tangerine-wallet-browser-30874e074e80305adea4b5859a4d50d44b6e979f.tar.xz tangerine-wallet-browser-30874e074e80305adea4b5859a4d50d44b6e979f.tar.zst tangerine-wallet-browser-30874e074e80305adea4b5859a4d50d44b6e979f.zip |
Merge pull request #2118 from MetaMask/mascara-tests
test - integration - bump timeout
-rw-r--r-- | test/integration/lib/first-time.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/lib/first-time.js b/test/integration/lib/first-time.js index 104f22772..cedb14f6e 100644 --- a/test/integration/lib/first-time.js +++ b/test/integration/lib/first-time.js @@ -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') |