You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2023/03/01 10:21:17 UTC

[camel-performance-tests] 02/06: (chores): increase timeout duration to avoid problems with long-running tests

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-performance-tests.git

commit bb7d0ce06fb9541486093e697b44bbec3c6208d9
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Fri Nov 11 12:40:01 2022 +0100

    (chores): increase timeout duration to avoid problems with long-running tests
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 0250c5c..4ba3cee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -142,6 +142,7 @@
                 <configuration>
                     <forkCount>1</forkCount>
                     <reuseForks>false</reuseForks>
+                    <forkedProcessTimeoutInSeconds>3600</forkedProcessTimeoutInSeconds>
                     <systemPropertyVariables>
                         <skipStartingCamelContext>${skip.starting.camel.context}</skipStartingCamelContext>
                     </systemPropertyVariables>