mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-21 15:08:12 +00:00
ci: hardware: wait longer for T1 firmware to install
Also increase job timeout. [skip_ci]
This commit is contained in:
parent
cdc17d1446
commit
b049abff15
@ -31,7 +31,7 @@ class TrezorOne(Device):
|
||||
self.run_trezorctl(trezorctlcmd)
|
||||
self.wait(3)
|
||||
self.touch("right", "click")
|
||||
self.wait(25)
|
||||
self.wait(30)
|
||||
if unofficial:
|
||||
self.touch("right", "click")
|
||||
self.wait(10)
|
||||
|
@ -125,7 +125,7 @@ hardware legacy regular device test:
|
||||
script:
|
||||
- cd ci/hardware_tests
|
||||
- $NIX_SHELL --run "./t1_hw_test.sh | ts -s"
|
||||
timeout: 1h10m
|
||||
timeout: 1h20m
|
||||
artifacts:
|
||||
name: "$CI_JOB_NAME-$CI_COMMIT_SHORT_SHA"
|
||||
paths:
|
||||
|
Loading…
Reference in New Issue
Block a user