Skip to content

Commit a03e6e5

Browse files
committed
ci: raise m33mu wolfHSM timeout + bump lib/wolfHSM pin
1 parent ebc7fb0 commit a03e6e5

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/trustzone-emulator-tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,12 @@ jobs:
136136
- name: Run wolfHSM whTest_ClientConfig (stm32h5)
137137
run: |
138138
cd /tmp/m33mu-wolfhsm-persist
139+
# Long timeout: the full client suite runs software RSA and
140+
# ML-DSA (incl. their async paths) which are slow under the
141+
# emulator. Real H5 silicon finishes well under this.
139142
m33mu "$GITHUB_WORKSPACE/wolfboot.bin" \
140143
"$GITHUB_WORKSPACE/test-app/image_v1_signed.bin:0x60000" \
141-
--persist --uart-stdout --timeout 600 --expect-bkpt 0x7d \
144+
--persist --uart-stdout --timeout 1800 --expect-bkpt 0x7d \
142145
--quit-on-faults \
143146
| tee /tmp/m33mu-wolfhsm.log
144147

lib/wolfHSM

0 commit comments

Comments
 (0)