This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 024acf14046d591fab9c05f432519d6df7156321
Author: Otavio Rodolfo Piske <angusyo...@gmail.com>
AuthorDate: Fri Apr 26 10:52:26 2024 +0200

    (chores) camel-jms: fix sporadic test hangup
---
 components/camel-jms/pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/components/camel-jms/pom.xml b/components/camel-jms/pom.xml
index b254e4bc1fd..483f4a57402 100644
--- a/components/camel-jms/pom.xml
+++ b/components/camel-jms/pom.xml
@@ -187,6 +187,9 @@
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-surefire-plugin</artifactId>
+                        <configuration>
+                            <argLine>-XX:+ExitOnOutOfMemoryError 
-Xmx2G</argLine>
+                        </configuration>
                         <executions>
                             <execution>
                                 <id>default-test</id>

Reply via email to