ci: fix automated app CI workflow (#10218)

This commit is contained in:
Igor Randjelovic
2023-02-18 21:47:54 +01:00
committed by GitHub
parent a26a03eeb8
commit df7ecb95db
3 changed files with 8 additions and 2 deletions

View File

@ -18,6 +18,7 @@ const spawned_process = spawn(
"run",
`apps-automated:${platform}`,
// "--log=trace",
// `--flags="--log=trace"`,
"--timeout=600" // 10 minutes, booting avds on CI is very slow...
],
{