Merge "Reinstate sleep pending better fix"

This commit is contained in:
Treehugger Robot
2022-11-18 13:59:50 +00:00
committed by Gerrit Code Review

View File

@@ -311,6 +311,8 @@ public class ConnectivityDiagnosticsManagerTest {
// callback. // callback.
waitForBroadcastIdle(DELAY_FOR_BROADCAST_IDLE); waitForBroadcastIdle(DELAY_FOR_BROADCAST_IDLE);
Thread.sleep(5_000);
// TODO(b/217559768): Receiving carrier config change and immediately checking carrier // TODO(b/217559768): Receiving carrier config change and immediately checking carrier
// privileges is racy, as the CP status is updated after receiving the same signal. Move // privileges is racy, as the CP status is updated after receiving the same signal. Move
// the CP check after sleep to temporarily reduce the flakiness. This will soon be fixed // the CP check after sleep to temporarily reduce the flakiness. This will soon be fixed