From patchwork Fri Jan 27 03:29:12 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Larson X-Patchwork-Id: 6419 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 2EB0323E16 for ; Fri, 27 Jan 2012 03:29:14 +0000 (UTC) Received: from mail-bk0-f52.google.com (mail-bk0-f52.google.com [209.85.214.52]) by fiordland.canonical.com (Postfix) with ESMTP id 16090A181F4 for ; Fri, 27 Jan 2012 03:29:14 +0000 (UTC) Received: by bkar19 with SMTP id r19so1403322bka.11 for ; Thu, 26 Jan 2012 19:29:13 -0800 (PST) Received: by 10.205.127.17 with SMTP id gy17mr2188856bkc.110.1327634953759; Thu, 26 Jan 2012 19:29:13 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.204.130.220 with SMTP id u28cs59569bks; Thu, 26 Jan 2012 19:29:13 -0800 (PST) Received: by 10.180.99.225 with SMTP id et1mr8104219wib.2.1327634953378; Thu, 26 Jan 2012 19:29:13 -0800 (PST) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id eq9si5462816wib.46.2012.01.26.19.29.13 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 26 Jan 2012 19:29:13 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) client-ip=91.189.90.7; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) smtp.mail=bounces@canonical.com Received: from ackee.canonical.com ([91.189.89.26]) by indium.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1RqcUz-0005Iv-1z for ; Fri, 27 Jan 2012 03:29:13 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 003BDE0A5C for ; Fri, 27 Jan 2012 03:29:13 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: lava-dispatcher X-Launchpad-Branch: ~linaro-validation/lava-dispatcher/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 207 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [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> Date: Fri, 27 Jan 2012 03:29:12 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="14727"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 9b0a4988d501c8c9dde8bfeb4530d21e2f9613ff ------------------------------------------------------------ revno: 207 committer: Paul Larson 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 === 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)