commit | 439336a36cccf32b6bb3bc8d855395a29b9fdfd3 | [log] [tgz] |
---|---|---|
author | Marin Shalamanov <shalamanov@google.com> | Tue Mar 02 12:28:51 2021 +0100 |
committer | Marin Shalamanov <shalamanov@google.com> | Tue Mar 02 18:49:32 2021 +0100 |
tree | 8cc3ed16ba5af2ee5c3cd78716e079e258f58ee3 | |
parent | 09b6e32c1d812bbbf869826ea2cfecdd53d4b6bb [diff] |
Fix flaky test in LocalDisplayAdapter This fixes the flaky test testDisplayChange_withStaleDesiredDisplayModeSpecs. Setting desired display mode specs is async operation so we have to wait for the handler to complete before proceeding. Bug: 181455762 Bug: 181409641 Bug: 181408874 Test: run `atest LocalDisplayAdapterTest` 20 times with and without this change. There were 3 failures w/o this change and 0 with. Change-Id: I667e7cf96765ba58868032825d246ea034a80ee0