mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
test/e2e: increase timeout 60s -> 80s (#16592)
This commit is contained in:
parent
204f39ef12
commit
7bdb91c089
@ -79,7 +79,7 @@ async function main() {
|
|||||||
process.env.E2E_DEBUG = 'true';
|
process.env.E2E_DEBUG = 'true';
|
||||||
}
|
}
|
||||||
|
|
||||||
let testTimeoutInMilliseconds = 60 * 1000;
|
let testTimeoutInMilliseconds = 80 * 1000;
|
||||||
let exit = '--exit';
|
let exit = '--exit';
|
||||||
|
|
||||||
if (leaveRunning) {
|
if (leaveRunning) {
|
||||||
|
Loading…
Reference in New Issue
Block a user