Skip to content

Commit 216c7ec

Browse files
Remove outdated warning about faulthandler_timeout on Windows (#13492)
--------- Co-authored-by: Bruno Oliveira <[email protected]>
1 parent 3e30eae commit 216c7ec

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog/13492.doc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fixed outdated warning about ``faulthandler`` not working on Windows.

doc/en/how-to/failures.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ on the command-line.
112112

113113
Also the :confval:`faulthandler_timeout=X<faulthandler_timeout>` configuration option can be used
114114
to dump the traceback of all threads if a test takes longer than ``X``
115-
seconds to finish (not available on Windows).
115+
seconds to finish.
116116

117117
.. note::
118118

0 commit comments

Comments
 (0)