Reduce mobileDataEnabledFlow_forSubIdNotChanged flaky

Bug: 338300477
Test: unit test
Change-Id: Id45e5228b60581b00d92e38f553a22631fb5c9b2
This commit is contained in:
Chaohui Wang
2024-05-09 16:27:21 +08:00
parent c5571e5530
commit 5a85f6a72f

View File

@@ -82,7 +82,7 @@ class MobileDataEnabledFlowTest {
delay(100)
mobileDataEnabledForSubId = true
assertThat(listDeferred.await()).hasSize(2)
assertThat(listDeferred.await().size).isAtLeast(2)
}
private companion object {