slachiewicz opened a new pull request, #1401: URL: https://github.com/apache/maven-scm/pull/1401
Without `HGUSER`, Mercurial resolves the local hostname on every commit to build a default committer identity. On GitHub's macOS runners that lookup stalls ~70s per commit; with 23 `hg commit` calls across the TCK suite, that alone consumed ~27 of the job's 30-minute budget, getting the run cancelled mid-SVN-TCK (see #1399). Setting `HGUSER` skips the lookup — verified locally: the full hg TCK suite went from hanging to ~1 minute. *This change was created with AI assistance.* -- 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]
