mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-06-01 13:48:46 +00:00
ci(core): enable retries only for HW tests
[no changelog]
This commit is contained in:
parent
8a5f599522
commit
5ed97dfebc
8
.github/workflows/core-hw.yml
vendored
8
.github/workflows/core-hw.yml
vendored
@ -39,7 +39,13 @@ jobs:
|
||||
STORAGE_INSECURE_TESTING_MODE: 1
|
||||
BOOTLOADER_DEVEL: ${{ matrix.model == 'T2B1' && '1' || '0' }}
|
||||
# TODO: enable SD-related tests after fixing #4924
|
||||
TESTOPTS: "-m 'not sd_card' -k 'not authenticate' --durations=50 --session-timeout 19800" # 5.5h pytest global timeout
|
||||
# 5.5h pytest global timeout
|
||||
TESTOPTS: >-
|
||||
-m 'not sd_card' -k 'not authenticate'
|
||||
--durations=50
|
||||
--session-timeout 19800
|
||||
--retries=5
|
||||
--retry-delay=1
|
||||
TT_UHUB_PORT: 1
|
||||
timeout-minutes: 360 # 6h CI job timeout
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user