diff options
| author | 2022-01-23 22:42:06 +0100 | |
|---|---|---|
| committer | 2022-01-23 22:42:06 +0100 | |
| commit | 70ded85d7b97c3a3ed4a45d6c730dd486150dc79 (patch) | |
| tree | 7a45f204870a1959a1d07a4b662852496c9c9fe1 | |
| parent | 2c54922c729b31d02206b186b939be08cb06a5cf (diff) | |
Run CloseImeToHome 5x as other flicker tests
Running multiple times is necessary to detect CLs introducing flickers early, and it's the default on other flicker tests
Test: atest FlickerTests
Change-Id: I12ef3345e05f82fd750afd61536e144d7f13acf5
| -rw-r--r-- | tests/FlickerTests/src/com/android/server/wm/flicker/ime/CloseImeAutoOpenWindowToHomeTest.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/FlickerTests/src/com/android/server/wm/flicker/ime/CloseImeAutoOpenWindowToHomeTest.kt b/tests/FlickerTests/src/com/android/server/wm/flicker/ime/CloseImeAutoOpenWindowToHomeTest.kt index f2696d8a71ff..815ea778555b 100644 --- a/tests/FlickerTests/src/com/android/server/wm/flicker/ime/CloseImeAutoOpenWindowToHomeTest.kt +++ b/tests/FlickerTests/src/com/android/server/wm/flicker/ime/CloseImeAutoOpenWindowToHomeTest.kt @@ -178,7 +178,7 @@ class CloseImeAutoOpenWindowToHomeTest(private val testSpec: FlickerTestParamete @JvmStatic fun getParams(): Collection<FlickerTestParameter> { return FlickerTestParameterFactory.getInstance() - .getConfigNonRotationTests(repetitions = 1, + .getConfigNonRotationTests(repetitions = 5, // b/190352379 (IME doesn't show on app launch in 90 degrees) supportedRotations = listOf(Surface.ROTATION_0), supportedNavigationModes = listOf( |