ci: hardware: wait longer for T1 firmware to install

Also increase job timeout.

[skip_ci]
pull/2856/head
Martin Milata 1 year ago
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…
Cancel
Save