1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 09:57:02 +01:00

test/e2e: increase timeout 60s -> 80s (#16592)

This commit is contained in:
legobeat 2022-12-20 00:27:47 +09:00 committed by GitHub
parent 204f39ef12
commit 7bdb91c089
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {