aboutsummaryrefslogtreecommitdiffstats
path: root/test/e2e
diff options
context:
space:
mode:
Diffstat (limited to 'test/e2e')
-rw-r--r--test/e2e/firefox/metamask.spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/e2e/firefox/metamask.spec.js b/test/e2e/firefox/metamask.spec.js
index b0ced85b1..20b8a5092 100644
--- a/test/e2e/firefox/metamask.spec.js
+++ b/test/e2e/firefox/metamask.spec.js
@@ -34,7 +34,7 @@ describe('', function () {
it('switches to Firefox addon list', async function () {
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 () {