1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-09-02 03:12:34 +01:00

Further fixes for Juno flashing.

This commit is contained in:
Sergei Trofimov
2015-09-10 08:40:09 +01:00
parent 84f7adbfb2
commit f063726cc3
2 changed files with 2 additions and 2 deletions

View File

@@ -175,7 +175,7 @@ class VersatileExpressFlasher(Flasher):
timeout=device.timeout,
init_dtr=0) as target:
menu = UefiMenu(target)
menu.open(timeout=120)
menu.open(timeout=300)
if menu.has_option(device.uefi_entry):
self.logger.debug('Deleting existing device entry.')
menu.delete_entry(device.uefi_entry)