1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

test increase timeout

This commit is contained in:
Thomas 2018-05-01 14:53:17 -07:00
parent c08a5d04c4
commit 79baa37f31

View File

@ -17,7 +17,7 @@ describe('', function () {
const extPath = path.resolve('dist/firefox') const extPath = path.resolve('dist/firefox')
driver = buildFirefoxWebdriver() driver = buildFirefoxWebdriver()
installWebExt(driver, extPath) installWebExt(driver, extPath)
await delay(1000) await delay(2000)
}) })
afterEach(async function () { afterEach(async function () {