mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 02:54:11 +08:00
chore: adjust config
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user