We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f2da09 commit 6679be8Copy full SHA for 6679be8
documentation/src/test/java/example/TimeoutDemo.java
@@ -27,7 +27,7 @@ void setUp() {
27
28
@Test
29
@Timeout(value = 100, unit = TimeUnit.MILLISECONDS)
30
- void failsIfExecutionTimeExceedsFiveSeconds() {
+ void failsIfExecutionTimeExceeds100Milliseconds() {
31
// fails if execution time exceeds 100 milliseconds
32
}
33
0 commit comments