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 <pstew@chromium.org>
Commit-Ready: Yunlian Jiang <yunlian@chromium.org>
Tested-by: Yunlian Jiang <yunlian@chromium.org>
This commit is contained in:
Yunlian Jiang 2012-11-01 14:02:19 -07:00 committed by Gerrit
parent 96c5c1c659
commit bd9212c1ce

View File

@ -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