We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25f4edc commit 6c19c52Copy full SHA for 6c19c52
1 file changed
rewrite-csharp/build.gradle.kts
@@ -89,7 +89,7 @@ tasks.withType<Test> {
89
dependsOn(csharpBuild)
90
91
maxParallelForks = 1
92
- maxHeapSize = "4g"
+ maxHeapSize = "8g"
93
// Add timeout to identify hanging tests
94
systemProperty("junit.jupiter.execution.timeout.default", "30s")
95
// Show test names as they run
0 commit comments