Skip to content

Commit ef5c8a7

Browse files
NXP backend: Extend unittest-nxp-neutron job timeout to 120 minutes. (#20332)
### Summary This is a temporary fix to enable our workflow. A propper fix (test parallelism) is currently being worked on. ### Test plan N/A cc @robert-kalmar @JakeStevens @digantdesai @rascani
1 parent cf59749 commit ef5c8a7

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
@@ -1400,7 +1400,7 @@ jobs:
14001400
docker-image: ci-image:executorch-ubuntu-22.04-clang12
14011401
submodules: 'recursive'
14021402
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
1403-
timeout: 90
1403+
timeout: 120
14041404
script: |
14051405
set -eux
14061406

0 commit comments

Comments
 (0)