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:
parent
6aaabd4126
commit
40311d3026
2
.github/workflows/core.yml
vendored
2
.github/workflows/core.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user