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:
parent
ad9f85b21d
commit
1ddba2526b
4
.github/workflows/core.yml
vendored
4
.github/workflows/core.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user