chore: adjust config

This commit is contained in:
Nathan Walker
2024-11-01 19:37:20 -07:00
parent 39dfdcfa53
commit 0466ed8500
3 changed files with 4 additions and 3 deletions

View File

@ -19,8 +19,8 @@ const spawned_process = spawn(
`apps-automated`,
platform,
// "--log=trace",
`--flags="--log=trace"`,
"--timeout=600" // 10 minutes, booting avds on CI is very slow...
// `--flags="--log=trace"`,
`--timeout=${TIMEOUT_MS}`
],
{
cwd: workspaceDir,