nddipiazza commented on PR #2672:
URL: https://github.com/apache/tika/pull/2672#issuecomment-4005601982

   Addressed both Copilot review comments in commit 30b9ff303:
   
   1. **Unused `moduleDir` variable** — removed; `repoRoot` is now initialized 
directly from `Paths.get("").toAbsolutePath()`
   2. **`stopServer()` blocking on `waitFor()`** — adopted the safer pattern 
from `IntegrationTestBase.tearDown()`: `waitFor(5s)` → `destroyForcibly()` → 
`waitFor(30s)` to prevent CI hangs


-- 
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