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

Commit af23c020 authored by Nicolo' Mazzucato's avatar Nicolo' Mazzucato
Browse files

Reduce RemoteUnfoldTransitionReceiverTest flakiness

Test: RemoteUnfoldTransitionReceiverTest
Bug: 275270806
Change-Id: I36a25dc7031a56534446890bfdb9e455950c8ee7
parent c87de81d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -126,7 +126,7 @@ class TestUnfoldProgressListener : UnfoldTransitionProgressProvider.TransitionPr
        }

        fun assertLastProgress(progress: Float) {
            assertThat(progressHistory.last()).isWithin(1.0E-4F).of(progress)
            waitForCondition { progress == progressHistory.last() }
        }
    }