Fix sdk license issue with API 28+ system images on Linux.

This commit is contained in:
Yang Chen
2020-04-01 00:23:10 +11:00
committed by Yang
parent 0d966550cf
commit 49a3d042e9
5 changed files with 18 additions and 7 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
import * as exec from '@actions/exec';
const EMULATOR_BOOT_TIMEOUT_SECONDS = 300;
const EMULATOR_BOOT_TIMEOUT_SECONDS = 600;
/**
* Creates and launches a new AVD instance with the specified configurations.
@@ -81,7 +81,7 @@ async function waitForDevice(): Promise<void> {
break;
}
} catch (error) {
console.log(error.message);
console.warn(error.message);
}
if (attempts < maxAttemps) {