test increase timeout

This commit is contained in:
Thomas 2018-05-01 14:53:17 -07:00
parent c08a5d04c4
commit 79baa37f31
1 changed files with 1 additions and 1 deletions

View File

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