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

ci(core): increase device tests' timeout

[no changelog]
This commit is contained in:
Roman Zeyde 2025-04-08 08:18:34 +03:00 committed by Roman Zeyde
parent ad9f85b21d
commit 1ddba2526b

View File

@ -278,8 +278,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
TESTOPTS: "--durations 50 --session-timeout 1800" # 30m pytest global timeout
timeout-minutes: 40
steps:
- uses: actions/checkout@v4
with: