This is an automated email from the ASF dual-hosted git repository. yihua pushed a commit to branch release-0.14.1-spark35-scala213 in repository https://gitbox.apache.org/repos/asf/hudi.git
commit e534a86d1ec9ae9d6109020bc43bcc063cb162b5 Author: Lin Liu <[email protected]> AuthorDate: Tue Jan 16 13:26:13 2024 -0800 [HUDI-6092] Set the timeout for the forked JVM (#10496) After we set this parameter, the surefire will try to ping the forked JVM after the timeout. --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 17e6a024502..f6c57bdba7c 100644 --- a/pom.xml +++ b/pom.xml @@ -591,6 +591,7 @@ <log4j.configurationFile>${surefire-log4j.file}</log4j.configurationFile> </systemPropertyVariables> <useSystemClassLoader>false</useSystemClassLoader> + <forkedProcessExitTimeoutInSeconds>30</forkedProcessExitTimeoutInSeconds> </configuration> </plugin> <plugin>
