Skip to content

Commit 79c834c

Browse files
committed
Fix heading levels
1 parent c5e045a commit 79c834c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: documentation/src/docs/asciidoc/user-guide/writing-tests.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -2660,7 +2660,7 @@ link:https://github.com/awaitility/awaitility[Awaitility].
26602660

26612661

26622662
[[writing-tests-declarative-timeouts-debugging]]
2663-
=== Debugging Timeouts
2663+
==== Debugging Timeouts
26642664

26652665
Registered <<extensions-preinterrupt-callback>> extensions are called prior to invoking
26662666
`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.
26692669

26702670

26712671
[[writing-tests-declarative-timeouts-debugging-thread-dump]]
2672-
==== Thread Dump on Timeout
2672+
===== Thread Dump on Timeout
26732673
JUnit registers a default implementation of the <<extensions-preinterrupt-callback>> extension point that
26742674
dumps the stacks of all threads to `System.out` if enabled by setting the
26752675
`junit.jupiter.execution.timeout.threaddump.enabled` configuration parameter to `true`.

0 commit comments

Comments
 (0)