From bd9212c1ce19c377cb01df5a94c4a3bfa84dfdc2 Mon Sep 17 00:00:00 2001 From: Yunlian Jiang Date: Thu, 1 Nov 2012 14:02:19 -0700 Subject: [PATCH] Set the REBOOT_WAIT_TIME to 180 for testing BUG=chromium-os:35653 TEST=The cros_image_to_target.py works now Change-Id: I73f00673f1169e96d3f6cfc176ff6f5f53b48383 Reviewed-on: https://gerrit.chromium.org/gerrit/37133 Reviewed-by: Paul Stewart Commit-Ready: Yunlian Jiang Tested-by: Yunlian Jiang --- bin/cros_image_to_target.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cros_image_to_target.py b/bin/cros_image_to_target.py index 7e58ad4193..bb497f9249 100755 --- a/bin/cros_image_to_target.py +++ b/bin/cros_image_to_target.py @@ -144,7 +144,7 @@ class CrosEnv(object): """Encapsulates the ChromeOS build system environment functionality.""" REBOOT_START_WAIT = 5 - REBOOT_WAIT_TIME = 60 + REBOOT_WAIT_TIME = 180 SILENT = 0 INFO = 1