slawekjaranowski commented on code in PR #3219:
URL: https://github.com/apache/maven-surefire/pull/3219#discussion_r2514136546


##########
.github/workflows/maven-verify.yml:
##########
@@ -32,9 +32,18 @@ jobs:
       ff-site-goal: '-v'
       verify-goal: 'clean install -nsu -P run-its'
       verify-fail-fast: false
+      # Investigation reasons: Some tests generate custom files, standard 
reports and logs.
       failure-upload-path: |
-        surefire-its/target/*/log.txt
-        surefire-its/target/**/surefire-reports/*
-        surefire-its/target/**/failsafe-reports/*
-      timeout-minutes: 600
+        **/*
+        !**/pom.xml
+        !**/*.java
+        !**/*.class
+        !**/*.jar
+        !**/*.war
+        !**/*.tar.gz
+        !**/*.tgz
+        !**/*.zip
+        !**/target/site/*
+        !**/target/staging/*
+      timeout-minutes: 180

Review Comment:
   timeout can be done a simple separate PR



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to