Skip to content

Commit 24f5700

Browse files
MartinPavellanovak-vaclav
authored andcommitted
Extend unittest-nxp-neutron job duration to 120 minutes.
The job was killed after 90 minutes. Tested 2 times, the timeout triggered during completely different tests and timestamps suggest that nothing froze. Seems like the added `convolution` tests just increased the duration of the job to over 90 minutes.
1 parent f063e65 commit 24f5700

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)