mirror of
https://github.com/reactivecircus/android-emulator-runner.git
synced 2026-09-03 10:59:32 +00:00
Increase emulator boot timeout to 5 mins.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import * as exec from '@actions/exec';
|
||||
|
||||
const EMULATOR_BOOT_TIMEOUT_SECONDS = 120;
|
||||
const EMULATOR_BOOT_TIMEOUT_SECONDS = 300;
|
||||
const AVD_MANAGER_PATH = `${process.env.ANDROID_HOME}/tools/bin/avdmanager`;
|
||||
const ADB_PATH = `${process.env.ANDROID_HOME}/platform-tools/adb`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user