We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 132e43a commit b2e4e8fCopy full SHA for b2e4e8f
2 files changed
.github/workflows/pull.yml
@@ -1428,7 +1428,7 @@ jobs:
1428
docker-image: ci-image:executorch-ubuntu-22.04-clang12
1429
submodules: 'recursive'
1430
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
1431
- timeout: 120
+ timeout: 150
1432
script: |
1433
set -eux
1434
backends/nxp/run_unittests.sh
@@ -11,6 +11,6 @@ EXECUTORCH_DIR=$(dirname $(dirname $SCRIPT_DIR))
11
cd $EXECUTORCH_DIR
12
13
# '-c /dev/null' is used to ignore root level pytest.ini.
14
-pytest -c /dev/null -n "logical" backends/nxp/tests/
+pytest -c /dev/null backends/nxp/tests/
15
16
python -m unittest discover -s backends/nxp/tests/ -v
0 commit comments