| Index: server/hosts/chromiumos_host.py
|
| diff --git a/server/hosts/chromiumos_host.py b/server/hosts/chromiumos_host.py
|
| index 56eca13d99ed00c44ac9fb66b347060ba23133aa..83b5f7912617871f11f76386ae6058d0ada99643 100644
|
| --- a/server/hosts/chromiumos_host.py
|
| +++ b/server/hosts/chromiumos_host.py
|
| @@ -36,6 +36,6 @@ class ChromiumOSHost(base_classes.Host):
|
| update_url=update_url)
|
| updater.run_update()
|
| # Updater has returned, successfully, reboot the host.
|
| - self.reboot(timeout=60, wait=True)
|
| + self.reboot(timeout=120, wait=True)
|
| # Following the reboot, verify the correct version.
|
| updater.check_version()
|
|
|