HDDS-7175. Timed out tests missing from bundle (#3721)

diff --git a/hadoop-ozone/dev-support/checks/_mvn_unit_report.sh b/hadoop-ozone/dev-support/checks/_mvn_unit_report.sh
index f712377..18f33dd 100755
--- a/hadoop-ozone/dev-support/checks/_mvn_unit_report.sh
+++ b/hadoop-ozone/dev-support/checks/_mvn_unit_report.sh
@@ -48,7 +48,7 @@
   | tee -a "${REPORT_DIR}/summary.txt"
 
 # Check for tests that started but were not finished
-if grep -q 'There was a timeout or other error in the fork' "${REPORT_DIR}/output.log"; then
+if grep -q 'There was a timeout.*in the fork' "${REPORT_DIR}/output.log"; then
   diff -uw \
     <(grep -e 'Running org' "${REPORT_DIR}/output.log" \
       | sed -e 's/.* \(org[^ ]*\)/\1/' \