Merge "Reduce flaky of App Info tests"

This commit is contained in:
Chaohui Wang
2022-11-28 02:39:14 +00:00
committed by Android (Google) Code Review
2 changed files with 2 additions and 0 deletions

View File

@@ -167,6 +167,7 @@ class AppAllServicesPreferenceTest {
AppAllServicesPreference(APP) AppAllServicesPreference(APP)
} }
} }
composeTestRule.delay()
} }
private companion object { private companion object {

View File

@@ -145,6 +145,7 @@ class AppSettingsPreferenceTest {
AppSettingsPreference(APP) AppSettingsPreference(APP)
} }
} }
composeTestRule.delay()
} }
private companion object { private companion object {