1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-06-02 06:08:46 +00:00

chore(ci): set timeout for legacy device tests to 30 min

This commit is contained in:
M1nd3r 2025-04-30 14:18:08 +02:00
parent dd52c5eab8
commit f3e78c3fe6

View File

@ -113,7 +113,7 @@ jobs:
name: Device test name: Device test
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: legacy_emu needs: legacy_emu
timeout-minutes: 20 timeout-minutes: 30
strategy: strategy:
matrix: matrix:
coins: [universal, btconly] coins: [universal, btconly]