mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 22:51:03 +02:00
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:
parent
96c5c1c659
commit
bd9212c1ce
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user