You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cs...@apache.org on 2022/11/11 10:50:17 UTC

[activemq] branch activemq-5.17.x updated: Increase forkedProcessTimeoutInSeconds for tests to decrease timeout failures (#930)

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

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


The following commit(s) were added to refs/heads/activemq-5.17.x by this push:
     new 9a298e6ca Increase forkedProcessTimeoutInSeconds for tests to decrease timeout failures (#930)
9a298e6ca is described below

commit 9a298e6caa6622bc26fec9f7ceadfce7b640b530
Author: Christopher L. Shannon <ch...@gmail.com>
AuthorDate: Fri Nov 11 05:47:07 2022 -0500

    Increase forkedProcessTimeoutInSeconds for tests to decrease timeout failures (#930)
    
    (cherry picked from commit f473efe163e23bb289c89f12c1f8856e6e8ff83c)
---
 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 fe069d758..9e2403c35 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 -->