Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce LauncherUtil check-interval from 500 to 50 ms
500ms feels a bit long and can cause some wasted time during test runs, especially on beefier machines. It feels safe to reduce this to 50ms, which should work even on tiny CI runner instances, as it's mostly sleep time + a cheap-ish "has more data" check against the log file.
- Loading branch information