From b049abff157fe6124900b895ec3069d45395f0b3 Mon Sep 17 00:00:00 2001 From: Martin Milata Date: Tue, 28 Feb 2023 19:08:55 +0100 Subject: [PATCH] ci: hardware: wait longer for T1 firmware to install Also increase job timeout. [skip_ci] --- ci/hardware_tests/device/t1.py | 2 +- ci/test-hw.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: