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

fmariani pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
     new c67726d6a93 Fix platform http flaky tests
c67726d6a93 is described below

commit c67726d6a933af9c9e98fa4bc66b84a441b48be9
Author: Croway <[email protected]>
AuthorDate: Fri Mar 13 13:33:15 2026 +0100

    Fix platform http flaky tests
---
 components-starter/camel-platform-http-starter/pom.xml        | 11 -----------
 .../springboot/SpringBootPlatformHttpRequestTimeoutTest.java  |  2 +-
 2 files changed, 1 insertion(+), 12 deletions(-)

diff --git a/components-starter/camel-platform-http-starter/pom.xml 
b/components-starter/camel-platform-http-starter/pom.xml
index 0ce37887f93..3cdca1a7092 100644
--- a/components-starter/camel-platform-http-starter/pom.xml
+++ b/components-starter/camel-platform-http-starter/pom.xml
@@ -174,15 +174,4 @@
     </dependency>
     <!--END OF GENERATED CODE-->
   </dependencies>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          
<forkedProcessExitTimeoutInSeconds>5</forkedProcessExitTimeoutInSeconds>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
 </project>
diff --git 
a/components-starter/camel-platform-http-starter/src/test/java/org/apache/camel/component/platform/http/springboot/SpringBootPlatformHttpRequestTimeoutTest.java
 
b/components-starter/camel-platform-http-starter/src/test/java/org/apache/camel/component/platform/http/springboot/SpringBootPlatformHttpRequestTimeoutTest.java
index e2a4686ec0a..789f85c8352 100644
--- 
a/components-starter/camel-platform-http-starter/src/test/java/org/apache/camel/component/platform/http/springboot/SpringBootPlatformHttpRequestTimeoutTest.java
+++ 
b/components-starter/camel-platform-http-starter/src/test/java/org/apache/camel/component/platform/http/springboot/SpringBootPlatformHttpRequestTimeoutTest.java
@@ -39,7 +39,7 @@ import org.springframework.http.HttpStatusCode;
 @SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT, 
classes = { CamelAutoConfiguration.class,
         SpringBootPlatformHttpRequestTimeoutTest.TestConfiguration.class,
         PlatformHttpComponentAutoConfiguration.class, 
SpringBootPlatformHttpAutoConfiguration.class, },
-        properties = {"camel.component.platform-http.request-timeout=10"})
+        properties = {"camel.component.platform-http.request-timeout=500"})
 @AutoConfigureMockMvc
 @AutoConfigureRestTestClient
 public class SpringBootPlatformHttpRequestTimeoutTest {

Reply via email to