commit | eb378fcdad02760bef70552a33061f43db42ab12 | [log] [tgz] |
---|---|---|
author | Paul Stewart <pstew@google.com> | Tue Jun 28 15:19:51 2016 -0700 |
committer | Paul Stewart <pstew@google.com> | Wed Jun 29 10:31:58 2016 -0700 |
tree | 343178e4f72a233442d9196b2d26783595106939 | |
parent | 08b0d15630a098c6da46bd32387e58804a7f26db [diff] |
WifiStateMachineTest: Use CountDownLatch to await startup This avoids possible test flake if sync.wait() returns early due to spurious wakeups before mP2PThread completes setup. Change-Id: I77fd6da45af76cc92a46e2706a899cd9fd9d626b Fixes: 29831467