File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 39
39
STORAGE_INSECURE_TESTING_MODE : 1
40
40
BOOTLOADER_DEVEL : ${{ matrix.model == 'T2B1' && '1' || '0' }}
41
41
# TODO: enable SD-related tests after fixing #4924
42
- TESTOPTS : " -m 'not sd_card' -k 'not authenticate' --durations=50 --session-timeout 19800" # 5.5h pytest global timeout
42
+ # 5.5h pytest global timeout
43
+ TESTOPTS : >-
44
+ -m 'not sd_card' -k 'not authenticate'
45
+ --durations=50
46
+ --session-timeout 19800
47
+ --retries=5
48
+ --retry-delay=1
43
49
TT_UHUB_PORT : 1
44
50
timeout-minutes : 360 # 6h CI job timeout
45
51
steps :
Original file line number Diff line number Diff line change @@ -40,8 +40,6 @@ addopts =
40
40
-rfER
41
41
--strict-markers
42
42
--random-order
43
- --retries =5
44
- --retry-delay =1
45
43
testpaths = tests crypto storage python/tests
46
44
xfail_strict = true
47
45
junit_family = xunit2
You can’t perform that action at this time.
0 commit comments