From e0b4af443b21f6daadbd2160d7f765cba4145987 Mon Sep 17 00:00:00 2001 From: Martin Pavella Date: Wed, 17 Jun 2026 13:27:33 +0200 Subject: [PATCH] NXP backend: Extend `unittest-nxp-neutron` job timeout to 120 minutes. This is a temporary fix to enable our workflow. A propper fix (test parallelism) is currently being worked on. --- .github/workflows/pull.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull.yml b/.github/workflows/pull.yml index 09d95fad680..06369811449 100644 --- a/.github/workflows/pull.yml +++ b/.github/workflows/pull.yml @@ -1400,7 +1400,7 @@ jobs: docker-image: ci-image:executorch-ubuntu-22.04-clang12 submodules: 'recursive' ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }} - timeout: 90 + timeout: 120 script: | set -eux