commit | e62377a1e727ea9b48511d048aae4b1fa9bab5ab | [log] [tgz] |
---|---|---|
author | Chaohui Wang <chaohuiw@google.com> | Sat Nov 26 21:04:45 2022 +0800 |
committer | Chaohui Wang <chaohuiw@google.com> | Sat Nov 26 21:04:45 2022 +0800 |
tree | c1c72bdb6fb6f6221178676ac879106fe5b38591 | |
parent | e9efc02e084a9fe0f3f9cc736a9e1d47be6c6060 [diff] |
Reduce flaky of App Info tests Bug: 236346018 Test: Unit test Change-Id: If810ef57675b8fb3bab533360bb62cc41a8cc9d8
diff --git a/tests/spa_unit/src/com/android/settings/spa/app/appinfo/AppAllServicesPreferenceTest.kt b/tests/spa_unit/src/com/android/settings/spa/app/appinfo/AppAllServicesPreferenceTest.kt index bd73d8b..41f57af 100644 --- a/tests/spa_unit/src/com/android/settings/spa/app/appinfo/AppAllServicesPreferenceTest.kt +++ b/tests/spa_unit/src/com/android/settings/spa/app/appinfo/AppAllServicesPreferenceTest.kt
@@ -167,6 +167,7 @@ AppAllServicesPreference(APP) } } + composeTestRule.delay() } private companion object {
diff --git a/tests/spa_unit/src/com/android/settings/spa/app/appinfo/AppSettingsPreferenceTest.kt b/tests/spa_unit/src/com/android/settings/spa/app/appinfo/AppSettingsPreferenceTest.kt index 35811e2..7c6dfce 100644 --- a/tests/spa_unit/src/com/android/settings/spa/app/appinfo/AppSettingsPreferenceTest.kt +++ b/tests/spa_unit/src/com/android/settings/spa/app/appinfo/AppSettingsPreferenceTest.kt
@@ -145,6 +145,7 @@ AppSettingsPreference(APP) } } + composeTestRule.delay() } private companion object {