Skip to content

Commit

Permalink
Increase default boot timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed Apr 8, 2024
1 parent ce88d84 commit f7e4c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emulator-run-cmd/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}...`)
Expand Down

0 comments on commit f7e4c3d

Please sign in to comment.