Skip to content

Commit b2e4e8f

Browse files
committed
Temporarily disable test parallelism to identify the hanging test.
1 parent 132e43a commit b2e4e8f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1428,7 +1428,7 @@ jobs:
14281428
docker-image: ci-image:executorch-ubuntu-22.04-clang12
14291429
submodules: 'recursive'
14301430
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
1431-
timeout: 120
1431+
timeout: 150
14321432
script: |
14331433
set -eux
14341434

backends/nxp/run_unittests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ EXECUTORCH_DIR=$(dirname $(dirname $SCRIPT_DIR))
1111
cd $EXECUTORCH_DIR
1212

1313
# '-c /dev/null' is used to ignore root level pytest.ini.
14-
pytest -c /dev/null -n "logical" backends/nxp/tests/
14+
pytest -c /dev/null backends/nxp/tests/
1515

1616
python -m unittest discover -s backends/nxp/tests/ -v

0 commit comments

Comments
 (0)