diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 664: Fix regression in timeout, change it back to 300

Message ID 20130903221826.12917.10973.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Antonio Terceiro Sept. 3, 2013, 10:18 p.m. UTC
------------------------------------------------------------
revno: 664
fixes bug: https://launchpad.net/bugs/1220440
committer: Antonio Terceiro <antonio.terceiro@linaro.org>
branch nick: trunk
timestamp: Tue 2013-09-03 19:17:25 -0300
message:
  Fix regression in timeout, change it back to 300
modified:
  lava_dispatcher/device/master.py


--
lp:lava-dispatcher
https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk

You are subscribed to branch lp:lava-dispatcher.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'lava_dispatcher/device/master.py'
--- lava_dispatcher/device/master.py	2013-08-28 14:55:50 +0000
+++ lava_dispatcher/device/master.py	2013-09-03 22:17:25 +0000
@@ -387,7 +387,7 @@ 
                 runner.run('umount /mnt')
 
     def _wait_for_master_boot(self):
-        self.proc.expect(self.config.image_boot_msg, timeout=30)
+        self.proc.expect(self.config.image_boot_msg, timeout=300)
         self._wait_for_prompt(self.proc, self.config.master_str, timeout=300)
 
     def boot_master_image(self):