Commit 26be503c authored by achuith's avatar achuith Committed by Commit bot

Snow has a slow TPM and appears to be slow in general.

Some tests are failing on Snow because cryptohome doesn't unmount in time.
Attempting to increase this timeout to alleviate the issue.
We can revert this patch if it doesn't help.

BUG=449746
TEST=various telemetry-based autotests on Snow

Review URL: https://codereview.chromium.org/871923007

Cr-Commit-Position: refs/heads/master@{#313173}
parent 9ac0a4fa
...@@ -156,7 +156,7 @@ class CrOSBrowserBackend(chrome_browser_backend.ChromeBrowserBackend): ...@@ -156,7 +156,7 @@ class CrOSBrowserBackend(chrome_browser_backend.ChromeBrowserBackend):
self._cri.RestartUI(False) # Logs out. self._cri.RestartUI(False) # Logs out.
self._cri.CloseConnection() self._cri.CloseConnection()
util.WaitFor(lambda: not self._IsCryptohomeMounted(), 30) util.WaitFor(lambda: not self._IsCryptohomeMounted(), 180)
if self._forwarder: if self._forwarder:
self._forwarder.Close() self._forwarder.Close()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment