apurtell commented on code in PR #2593:
URL: https://github.com/apache/phoenix/pull/2593#discussion_r3717062809
##########
pom.xml:
##########
@@ -1647,6 +1647,7 @@
</goals>
<configuration>
<reuseForks>false</reuseForks>
+
<forkedProcessTimeoutInSeconds>1800</forkedProcessTimeoutInSeconds>
<skip>${skipNeedsOwnMiniClusterTests}</skip>
Review Comment:
The problem is this timeout if applied unconditionally would be applied to
tests that reuse the JVM and are healthy, just executing a bunch of long
running tests. So we only apply it where tests get their own fork.
The 20 minute per test timeout ClassRule catches the straggler.
--
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]