From 2ecd4eeac28615ab546f6791d0fdde7a4106978c Mon Sep 17 00:00:00 2001 From: Martin Milata Date: Sat, 6 Feb 2021 11:36:35 +0100 Subject: [PATCH] ci: wait longer for T1 bootup --- ci/hardware_tests/device/t1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):