mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Increase timeout in Mascara test
This commit is contained in:
parent
72730b3929
commit
01ff0bd3c0
@ -77,7 +77,7 @@ async function runFirstTimeUsageTest (assert, done) {
|
||||
assert.ok(lock, 'Lock menu item found')
|
||||
lock.click()
|
||||
|
||||
await timeout(1000)
|
||||
await timeout(5000)
|
||||
|
||||
const pwBox2 = (await findAsync(app, '#password'))[0]
|
||||
pwBox2.focus()
|
||||
|
Loading…
Reference in New Issue
Block a user