diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 207: extend lmc timeout to 24 hours, another patch is in the works to add an image deployment option t...

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

Commit Message

Paul Larson Jan. 27, 2012, 3:29 a.m. UTC
------------------------------------------------------------
revno: 207
committer: Paul Larson <paul.larson@linaro.org>
branch nick: chithu-logging-and-results-timeout
timestamp: Thu 2012-01-26 21:27:03 -0600
message:
  extend lmc timeout to 24 hours, another patch is in the works to add an image deployment option to provide an alternative way around this issue
modified:
  lava_dispatcher/client/lmc_utils.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/client/lmc_utils.py'
--- lava_dispatcher/client/lmc_utils.py	2012-01-26 03:59:38 +0000
+++ lava_dispatcher/client/lmc_utils.py	2012-01-27 03:27:03 +0000
@@ -157,7 +157,7 @@ 
                           "Configuring ux500-firmware",
                           "Configuring lbsd",
                           "Configuring mali400-dev",
-                          pexpect.EOF], timeout=7200)
+                          pexpect.EOF], timeout=86400)
         if id == 0:
             proc.send('\t')
             time.sleep(1)