1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-04-09 11:55:58 +00:00

ci(core): add timeouts to device tests

[no changelog]
This commit is contained in:
Roman Zeyde 2025-03-28 19:55:17 +03:00 committed by Roman Zeyde
parent 6aaabd4126
commit 40311d3026

View File

@ -279,6 +279,8 @@ jobs:
PYTEST_TIMEOUT: ${{ matrix.asan == 'asan' && 600 || 400 }}
ACTIONS_DO_UI_TEST: ${{ matrix.coins == 'universal' && matrix.asan == 'noasan' }}
TEST_LANG: ${{ matrix.lang }}
TESTOPTS: "--durations 50 --session-timeout 1200" # 20m pytest global timeout
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
with: