Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5a85f6a7 authored by Chaohui Wang's avatar Chaohui Wang
Browse files

Reduce mobileDataEnabledFlow_forSubIdNotChanged flaky

Bug: 338300477
Test: unit test
Change-Id: Id45e5228b60581b00d92e38f553a22631fb5c9b2
parent c5571e55
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -82,7 +82,7 @@ class MobileDataEnabledFlowTest {
        delay(100)
        mobileDataEnabledForSubId = true

        assertThat(listDeferred.await()).hasSize(2)
        assertThat(listDeferred.await().size).isAtLeast(2)
    }

    private companion object {