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

Commit 66088972 authored by Johannes Gallmann's avatar Johannes Gallmann Committed by Android (Google) Code Review
Browse files

Merge "[Flexiglass] Fix BouncerPredictiveBackTest timeout" into main

parents 12cd3f0d 26b2a0ec
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -72,6 +72,7 @@ import com.android.systemui.scene.ui.viewmodel.SceneContainerViewModel
import com.android.systemui.scene.ui.viewmodel.splitEdgeDetector
import com.android.systemui.shade.domain.interactor.shadeInteractor
import com.android.systemui.testKosmos
import kotlin.time.Duration.Companion.seconds
import kotlinx.coroutines.awaitCancellation
import kotlinx.coroutines.flow.Flow
import kotlinx.coroutines.flow.MutableStateFlow
@@ -171,7 +172,7 @@ class BouncerPredictiveBackTest : SysuiTestCase() {

    @Test
    fun bouncerPredictiveBackMotion() =
        motionTestRule.runTest {
        motionTestRule.runTest(timeout = 30.seconds) {
            val motion =
                recordMotion(
                    content = { play ->