Skip to content

Commit 1ec71aa

Browse files
committed
Extend timeout value for PSA-attestation tests
1 parent 9f1a252 commit 1ec71aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
make clean distclean
5555
cp config/examples/stm32h5-tz-psa.config .config
5656
make
57-
m33mu wolfboot.bin test-app/image_v1_signed.bin:0x60000 --uart-stdout --expect-bkpt 0x7f --timeout 180
57+
m33mu wolfboot.bin test-app/image_v1_signed.bin:0x60000 --uart-stdout --expect-bkpt 0x7f --timeout 300
5858
5959
- name: Clean and build test with DICE attestation + OTP (stm32h5)
6060
run: |
@@ -64,4 +64,4 @@ jobs:
6464
make -C tools/keytools/otp TARGET=stm32h5 otp-keystore-primer.bin otp-keystore-gen
6565
./tools/keytools/otp/otp-keystore-gen
6666
m33mu tools/keytools/otp/otp-keystore-primer.bin --persist --timeout 10 || true
67-
m33mu wolfboot.bin test-app/image_v1_signed.bin:0x60000 --uart-stdout --expect-bkpt 0x7f --timeout 180 --persist
67+
m33mu wolfboot.bin test-app/image_v1_signed.bin:0x60000 --uart-stdout --expect-bkpt 0x7f --timeout 300 --persist

0 commit comments

Comments
 (0)