1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 07:28:10 +00:00

ci: wait longer for T1 bootup

This commit is contained in:
Martin Milata 2021-02-06 11:36:35 +01:00
parent 6050412ed4
commit 2ecd4eeac2

View File

@ -43,7 +43,7 @@ class TrezorOne(Device):
self.touch("right", "click") self.touch("right", "click")
self.wait(5) self.wait(5)
self.touch("right", "click") self.touch("right", "click")
self.wait(5) self.wait(10)
return self.check_model("Trezor 1") return self.check_model("Trezor 1")
def _enter_bootloader(self): def _enter_bootloader(self):