From 1d1e84f9fd8f6562db67f0aca44cea3e260bb68d Mon Sep 17 00:00:00 2001 From: Sebastian Baunsgaard Date: Fri, 15 May 2026 15:01:22 +0000 Subject: [PATCH] [MINOR][TEST-ONLY] add a test timeout to kill before GitActions This commit adds a timeout to surefire to allow the tests to timeout, with a log message and stack trace rather than allowing github Actions to kill the CI job. When Actions kill the job, we do not know which tests are running or blocking, while if we kill fire surefire we will. --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index 08669868aa1..8b932e82620 100644 --- a/pom.xml +++ b/pom.xml @@ -76,6 +76,8 @@ classes 2 1C + + 1380 2 false true @@ -406,6 +408,8 @@ ${test-forkCount} false + + ${test-forkedProcessTimeout} true ${rerun.failing.tests.count}