diff --git a/ci/hardware_tests/device/t1.py b/ci/hardware_tests/device/t1.py index 8587b79c7..8ff830ddd 100644 --- a/ci/hardware_tests/device/t1.py +++ b/ci/hardware_tests/device/t1.py @@ -43,7 +43,7 @@ class TrezorOne(Device): self.touch("right", "click") self.wait(5) self.touch("right", "click") - self.wait(5) + self.wait(10) return self.check_model("Trezor 1") def _enter_bootloader(self):