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

@ -21,7 +21,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20.10.0
node-version: 22.5.1
- name: Install Python
uses: actions/setup-python@v4

View File

@ -24,6 +24,7 @@
"executor": "@nativescript/nx:debug",
"options": {
"noHmr": true,
"debug": false,
"uglify": false,
"release": false,
"forDevice": false,

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,