mirror of
https://github.com/reactivecircus/android-emulator-runner.git
synced 2026-08-31 17:49:33 +00:00
Increase emulator boot timeout to 5 mins.
This commit is contained in:
@@ -29,8 +29,8 @@ jobs:
|
|||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
api-level: ${{ matrix.api-level }}
|
api-level: ${{ matrix.api-level }}
|
||||||
target: default
|
target: google_apis
|
||||||
arch: x86
|
arch: x86_64
|
||||||
profile: Nexus 6
|
profile: Nexus 6
|
||||||
headless: true
|
headless: true
|
||||||
disable-animations: true
|
disable-animations: true
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|||||||
};
|
};
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||||||
const exec = __importStar(require("@actions/exec"));
|
const exec = __importStar(require("@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 AVD_MANAGER_PATH = `${process.env.ANDROID_HOME}/tools/bin/avdmanager`;
|
||||||
const ADB_PATH = `${process.env.ANDROID_HOME}/platform-tools/adb`;
|
const ADB_PATH = `${process.env.ANDROID_HOME}/platform-tools/adb`;
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
import * as exec from '@actions/exec';
|
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 AVD_MANAGER_PATH = `${process.env.ANDROID_HOME}/tools/bin/avdmanager`;
|
||||||
const ADB_PATH = `${process.env.ANDROID_HOME}/platform-tools/adb`;
|
const ADB_PATH = `${process.env.ANDROID_HOME}/platform-tools/adb`;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user