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

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


The following commit(s) were added to refs/heads/main by this push:
     new f473efe16 Increase forkedProcessTimeoutInSeconds for tests to decrease 
timeout failures (#930)
f473efe16 is described below

commit f473efe163e23bb289c89f12c1f8856e6e8ff83c
Author: Christopher L. Shannon <[email protected]>
AuthorDate: Fri Nov 11 05:47:07 2022 -0500

    Increase forkedProcessTimeoutInSeconds for tests to decrease timeout 
failures (#930)
---
 activemq-unit-tests/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/activemq-unit-tests/pom.xml b/activemq-unit-tests/pom.xml
index c00a30ccb..f77ed6ef7 100644
--- a/activemq-unit-tests/pom.xml
+++ b/activemq-unit-tests/pom.xml
@@ -422,7 +422,7 @@
         <configuration>
           <forkCount>1</forkCount>
           <reuseForks>false</reuseForks>
-          <forkedProcessTimeoutInSeconds>1200</forkedProcessTimeoutInSeconds>
+          <forkedProcessTimeoutInSeconds>3600</forkedProcessTimeoutInSeconds>
           <runOrder>alphabetical</runOrder>
           <excludes>
             <!-- temporarily exclude failing tests so that CI works; fix asap 
and reenable -->

Reply via email to