Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
TWiStErRob committed Aug 10, 2022
1 parent c945972 commit da96641
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ class HtmlReportTaskTest : BaseIntgTest() {
*/
val specificallyWeirdVersion = AGPVersions.UNDER_TEST compatible AGPVersions.v42x
&& GradleVersion.current().baseVersion == GradleVersion.version("6.9.2")
val count = if (specificallyWeirdVersion) 2000 else 3000
val count = if (specificallyWeirdVersion) 2000 else 2500
@Language("gradle")
val script = """
dumpMemory("starting build")
Expand Down

0 comments on commit da96641

Please sign in to comment.