Increase emulator boot timeout to 5 mins.

This commit is contained in:
Yang Chen
2019-11-30 22:02:47 +11:00
parent 8ab242c5c5
commit 0fde7031bc
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -29,8 +29,8 @@ jobs:
uses: ./
with:
api-level: ${{ matrix.api-level }}
target: default
arch: x86
target: google_apis
arch: x86_64
profile: Nexus 6
headless: true
disable-animations: true
+1 -1
View File
@@ -16,7 +16,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
};
Object.defineProperty(exports, "__esModule", { value: true });
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 ADB_PATH = `${process.env.ANDROID_HOME}/platform-tools/adb`;
/**
+1 -1
View File
@@ -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`;