mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 02:54:11 +08:00
feat(ios): apple intelligence writing tools (#10643)
This commit is contained in:
@ -20,7 +20,7 @@ const spawned_process = spawn(
|
||||
platform,
|
||||
// "--log=trace",
|
||||
// `--flags="--log=trace"`,
|
||||
"--timeout=600" // 10 minutes, booting avds on CI is very slow...
|
||||
`--timeout=${TIMEOUT_MS}`
|
||||
],
|
||||
{
|
||||
cwd: workspaceDir,
|
||||
|
Reference in New Issue
Block a user