mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
There's a race between destruction of the process completing and the test checking that the process has been destroyed. When the test wins the race, it fails. This commit removes the race condition by updating the test to wait until the process has been destroyed. Closes gh-51571