Skip to content

Commit 080692e

Browse files
committed
Increase SwipeDuration to 200 ms
1 parent ef50023 commit 080692e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compose/ui/ui/src/uikitInstrumentedTest/kotlin/androidx/compose/ui/test/UIKitInstrumentedTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ internal class UIKitInstrumentedTest(
646646
return dragTo(DpOffset(x ?: location.x, y ?: location.y), duration)
647647
}
648648

649-
private val SwipeDuration = 100.milliseconds
649+
private val SwipeDuration = 200.milliseconds
650650

651651
fun AccessibilityTestNode.swipe(
652652
fromPosition: DpRect.() -> DpOffset = { center() },

0 commit comments

Comments
 (0)