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:
parent
6050412ed4
commit
2ecd4eeac2
@ -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):
|
||||||
|
Loading…
Reference in New Issue
Block a user