For #26335: Allow for more inflations in performance tests

The first patch for this enabled the contile feature by default which based on
the automated tests increased the number of inflations done in HomeActivity.
This patch comes to address that by allowing for up to 6 inflations as seen
reported as the actual count in tests.
This commit is contained in:
Mugurell 2022-08-17 21:37:41 +03:00 committed by mergify[bot]
parent 765c3e0b99
commit 1f562fe927
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ private val EXPECTED_RUNBLOCKING_RANGE = 0..1 // CI has +1 counts compared to lo
* If the view hierarchy uses Jetpack Compose, switching to that is also an option.
*/
private val EXPECTED_RECYCLER_VIEW_CONSTRAINT_LAYOUT_CHILDREN =
3..4 // The messaging framework is not deterministic and could add a +1 to the count
4..6 // The messaging framework is not deterministic and could add to the count.
/**
* The number of layouts we inflate during this start up scenario. Incrementing the expected value