Skip to content

Commit

Permalink
give more memory to tests. 1gb instead of 512mb (#16764) (#16800)
Browse files Browse the repository at this point in the history
(cherry picked from commit e6e0f9f)

Co-authored-by: João Duarte <[email protected]>
  • Loading branch information
github-actions[bot] and jsvd authored Dec 16, 2024
1 parent b361ec3 commit df557cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ allprojects {
"--add-opens=java.base/java.lang=ALL-UNNAMED",
"--add-opens=java.base/java.util=ALL-UNNAMED"
]
maxHeapSize = "2g"
//https://stackoverflow.com/questions/3963708/gradle-how-to-display-test-results-in-the-console-in-real-time
testLogging {
// set options for log level LIFECYCLE
Expand Down

0 comments on commit df557cf

Please sign in to comment.