Increase timeout

feature/default_network_editable
Thomas 7 years ago
parent c37ad657cd
commit d9d528753d
  1. 2
      test/e2e/firefox/metamask.spec.js

@ -34,7 +34,7 @@ describe('', function () {
it('switches to Firefox addon list', async function () { it('switches to Firefox addon list', async function () {
await driver.get('about:debugging#addons') await driver.get('about:debugging#addons')
await delay(700) await delay(1000)
}) })
it(`selects MetaMask's extension id and opens it in the current tab`, async function () { it(`selects MetaMask's extension id and opens it in the current tab`, async function () {

Loading…
Cancel
Save