fix(core): safe important check (#10455)

This commit is contained in:
William Sedlacek
2023-12-19 10:11:10 -08:00
committed by GitHub
parent 4b74b96940
commit 172d3463a3
3 changed files with 10 additions and 4 deletions

View File

@ -8,7 +8,7 @@ const spawn = require('child_process').spawn
const kill = require('tree-kill');
const path = require('path');
const TIMEOUT_MS = 5 * 60 * 1000; // 5 minutes
const TIMEOUT_MS = 20 * 60 * 1000; // 20 minutes (is Github CI this slow to boot AVDs?)
const workspaceDir = path.resolve(__dirname, '../..');
const platform = process.argv[2];
const spawned_process = spawn(