diff --git a/emulator-run-cmd/src/main.ts b/emulator-run-cmd/src/main.ts index 0125267e..e88523cb 100644 --- a/emulator-run-cmd/src/main.ts +++ b/emulator-run-cmd/src/main.ts @@ -51,7 +51,7 @@ async function run() { let bootTimeout = core.getInput('bootTimeout') if (bootTimeout == null) { - bootTimeout = '600' + bootTimeout = '720' } console.log(`Starting emulator with API=${api}, TAG=${tag} and ABI=${abi}...`)