Skip to content

Commit e8aaf44

Browse files
committed
Extend unittest-nxp-neutron job time limit to 150 minutes.
Despite using parallel tests, the job was repeatedly killed just before it could finish.
1 parent 132e43a commit e8aaf44

1 file changed

Lines changed: 1 addition & 1 deletion

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

0 commit comments

Comments
 (0)