Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,10 @@
<!-- 1C means the number of threads times 1 possible maximum forks for testing-->
<forkCount>${test-forkCount}</forkCount>
<reuseForks>false</reuseForks>
<!-- Deterministic class ordering so a hang reproduces at the same
boundary across CI and local runs (default filesystem order
varies by machine, which hid the component-c fork hang). -->
<runOrder>alphabetical</runOrder>
<!-- Kill hung test forks before CI cancels the whole job. -->
<forkedProcessTimeoutInSeconds>${test-forkedProcessTimeout}</forkedProcessTimeoutInSeconds>
<!-- Force-kill forks that still have live threads after the test class completes. -->
Expand Down
Loading