diff --git a/ci/hardware_tests/device/t1.py b/ci/hardware_tests/device/t1.py index c1ae632487..16c91e0f31 100644 --- a/ci/hardware_tests/device/t1.py +++ b/ci/hardware_tests/device/t1.py @@ -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) diff --git a/ci/test-hw.yml b/ci/test-hw.yml index b909192b42..11ef8ff1d2 100644 --- a/ci/test-hw.yml +++ b/ci/test-hw.yml @@ -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: