From 3aac0094650703d68f8ded8deb9d7c978d147247 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 surefire we will. --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index a70d89501ce..c4206532a62 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}