Skip to content

Commit 04cea6f

Browse files
oschwaldclaude
andcommitted
Add explicit heap configuration for tests
This ensures consistent test behavior across platforms, particularly on macOS CI runners where default heap sizing may differ. The tests require approximately 1GB of heap space to run successfully. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 9d5369d commit 04cea6f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,9 @@
248248
<groupId>org.apache.maven.plugins</groupId>
249249
<artifactId>maven-surefire-plugin</artifactId>
250250
<version>3.5.4</version>
251+
<configuration>
252+
<argLine>-Xmx1024m</argLine>
253+
</configuration>
251254
</plugin>
252255
<plugin>
253256
<groupId>org.codehaus.mojo</groupId>

0 commit comments

Comments
 (0)