Issue #12041: Make test_wait3 more robust.
diff --git a/Misc/NEWS b/Misc/NEWS
index 1c5ce69..97d6e0d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -619,6 +619,8 @@
 Tests
 -----
 
+- Issue #12041: Make test_wait3 more robust.
+
 - Issue #11873: Change regex in test_compileall to fix occasional failures when
   when the randomly generated temporary path happened to match the regex.