mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 07:28:10 +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.run_trezorctl(trezorctlcmd)
|
||||||
self.wait(3)
|
self.wait(3)
|
||||||
self.touch("right", "click")
|
self.touch("right", "click")
|
||||||
self.wait(25)
|
self.wait(30)
|
||||||
if unofficial:
|
if unofficial:
|
||||||
self.touch("right", "click")
|
self.touch("right", "click")
|
||||||
self.wait(10)
|
self.wait(10)
|
||||||
|
@ -125,7 +125,7 @@ hardware legacy regular device test:
|
|||||||
script:
|
script:
|
||||||
- cd ci/hardware_tests
|
- cd ci/hardware_tests
|
||||||
- $NIX_SHELL --run "./t1_hw_test.sh | ts -s"
|
- $NIX_SHELL --run "./t1_hw_test.sh | ts -s"
|
||||||
timeout: 1h10m
|
timeout: 1h20m
|
||||||
artifacts:
|
artifacts:
|
||||||
name: "$CI_JOB_NAME-$CI_COMMIT_SHORT_SHA"
|
name: "$CI_JOB_NAME-$CI_COMMIT_SHORT_SHA"
|
||||||
paths:
|
paths:
|
||||||
|
Loading…
Reference in New Issue
Block a user