mirror of
https://github.com/gradle/actions.git
synced 2026-03-22 20:15:46 +08:00
The 50ms delay was not sufficient to avoid libuv assertion errors in CI environments. Increasing to 500ms to give pending I/O more time to complete before process.exit() is called. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>