~dpigott/lava-dispatcher/add-uefi-arndale

« back to all changes in this revision

Viewing changes to lava_dispatcher/device/master.py

  • Committer: dave.pigott at linaro
  • Date: 2013-03-22 13:34:04 UTC
  • Revision ID: dave.pigott@linaro.org-20130322133404-wlmbedh5jss22pdo
Add uefi commands

Show diffs side-by-side

added added

removed removed

Lines of Context:
311
311
 
312
312
    def _wait_for_master_boot(self):
313
313
        self.proc.expect(self.config.image_boot_msg, timeout=300)
314
 
        self.proc.expect(self.config.master_str, timeout=300)
 
314
        self.proc.expect(self.config.master_str, timeout=600)
315
315
 
316
316
    def boot_master_image(self):
317
317
        """