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

timbrown pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-xtable.git


The following commit(s) were added to refs/heads/main by this push:
     new bf41ad4b add timeout safety checks
bf41ad4b is described below

commit bf41ad4b10313f17bdfbec39b7983d69251d9c27
Author: Timothy Brown <[email protected]>
AuthorDate: Sat Oct 5 17:59:20 2024 -0500

    add timeout safety checks
---
 .github/workflows/mvn-ci-build.yml | 1 +
 pom.xml                            | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/.github/workflows/mvn-ci-build.yml 
b/.github/workflows/mvn-ci-build.yml
index f65bbd0a..c9337e81 100644
--- a/.github/workflows/mvn-ci-build.yml
+++ b/.github/workflows/mvn-ci-build.yml
@@ -32,6 +32,7 @@ on:
 jobs:
   build:
     runs-on: ubuntu-latest
+    timeout-minutes: 30
     steps:
       - uses: actions/checkout@v4
 
diff --git a/pom.xml b/pom.xml
index 5228952d..1dbf861f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -637,6 +637,7 @@
                     <skip>${skipUTs}</skip>
                     <redirectTestOutputToFile>true</redirectTestOutputToFile>
                     <trimStackTrace>false</trimStackTrace>
+                    
<forkedProcessExitTimeoutInSeconds>120</forkedProcessExitTimeoutInSeconds>
                 </configuration>
             </plugin>
             <plugin>
@@ -657,6 +658,7 @@
                     <forkCount>6</forkCount>
                     <trimStackTrace>false</trimStackTrace>
                     <argLine>-Xmx1024m</argLine>
+                    
<forkedProcessExitTimeoutInSeconds>120</forkedProcessExitTimeoutInSeconds>
                 </configuration>
             </plugin>
             <plugin>

Reply via email to