Reduce flaky of App Info tests

Bug: 236346018
Test: Unit test
Change-Id: If810ef57675b8fb3bab533360bb62cc41a8cc9d8
This commit is contained in:
Chaohui Wang
2022-11-26 21:04:45 +08:00
parent e9efc02e08
commit e62377a1e7
2 changed files with 2 additions and 0 deletions

View File

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

View File

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