File tree 1 file changed +2
-2
lines changed
documentation/src/docs/asciidoc/user-guide
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2660,7 +2660,7 @@ link:https://github.com/awaitility/awaitility[Awaitility].
2660
2660
2661
2661
2662
2662
[[writing-tests-declarative-timeouts-debugging]]
2663
- === Debugging Timeouts
2663
+ ==== Debugging Timeouts
2664
2664
2665
2665
Registered <<extensions-preinterrupt-callback>> extensions are called prior to invoking
2666
2666
`Thread.interrupt()` on the thread that is executing the timed out method. This allows to
@@ -2669,7 +2669,7 @@ diagnosing the cause of a timeout.
2669
2669
2670
2670
2671
2671
[[writing-tests-declarative-timeouts-debugging-thread-dump]]
2672
- ==== Thread Dump on Timeout
2672
+ ===== Thread Dump on Timeout
2673
2673
JUnit registers a default implementation of the <<extensions-preinterrupt-callback>> extension point that
2674
2674
dumps the stacks of all threads to `System.out` if enabled by setting the
2675
2675
`junit.jupiter.execution.timeout.threaddump.enabled` configuration parameter to `true`.
You can’t perform that action at this time.
0 commit comments