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

Commit 82a6fde7 authored by Vania Desmonda's avatar Vania Desmonda
Browse files

Increase resize delta to prevent flaky test runs since the scenario

start and end timestamps are too short during resizing.

Fixes: 353602770
Test: atest ResizeAppWithCornerResizeLandscape
Flag: EXEMPT improving test
Change-Id: Ie67efc3c703949a231ab31df7d784a1bad66f73a
parent 6079d9d3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -43,8 +43,8 @@ open class ResizeAppWithCornerResize
@JvmOverloads
constructor(
    val rotation: Rotation = Rotation.ROTATION_0,
    val horizontalChange: Int = 50,
    val verticalChange: Int = -50,
    val horizontalChange: Int = 200,
    val verticalChange: Int = -200,
    val appProperty: AppProperty = AppProperty.STANDARD
) {