From 88933fd0c91aace96e8a83686b1dc2b6b10ea902 Mon Sep 17 00:00:00 2001 From: jaenrig-ifx Date: Thu, 20 Nov 2025 19:12:42 +0100 Subject: [PATCH 1/2] lib/mpy-test-ext: Updated mpy-test-ext lib. Signed-off-by: jaenrig-ifx --- lib/mpy-test-ext | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mpy-test-ext b/lib/mpy-test-ext index 8c5004ac9e01a..a68c7f43dd94d 160000 --- a/lib/mpy-test-ext +++ b/lib/mpy-test-ext @@ -1 +1 @@ -Subproject commit 8c5004ac9e01a2295aa1f46c9f1669b1ff2bdd43 +Subproject commit a68c7f43dd94d4865564c44256f88e515217ef09 From 97e83a4d29c2da2958a5990b21645a9750ec7adc Mon Sep 17 00:00:00 2001 From: jaenrig-ifx Date: Fri, 21 Nov 2025 12:02:35 +0100 Subject: [PATCH 2/2] github/workflows/ports_psoc6.yml: Extended on-target test timeout. Signed-off-by: jaenrig-ifx --- .github/workflows/ports_psoc6.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ports_psoc6.yml b/.github/workflows/ports_psoc6.yml index 91120d9362c84..02247a5698f9f 100644 --- a/.github/workflows/ports_psoc6.yml +++ b/.github/workflows/ports_psoc6.yml @@ -69,7 +69,7 @@ jobs: cp mpy-psoc6_${{ matrix.board }}_${{ needs.server-build.outputs.commit_sha }}/firmware.hex . source tools/ci.sh && ci_psoc6_flash_multiple_devices ${{ matrix.board }} firmware.hex tests/ports/psoc6/${{ runner.name }}-devs.yml - name: Run psoc6 tests - timeout-minutes: 12 + timeout-minutes: 20 env: psoc6_test_dir: ../../tests/ports/psoc6 run: |