Skip to content

Commit 94c94b7

Browse files
committed
chore: print stacktrace on the console should the test timeout
See #6681
1 parent 30f2456 commit 94c94b7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build-logic/jvm/src/main/kotlin/build-logic.test-junit5.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,6 @@ tasks.configureEach<Test> {
4242
value?.let { systemProperty(name, it) }
4343
}
4444
passProperty("junit.jupiter.execution.parallel.enabled", "true")
45+
passProperty("junit.jupiter.execution.timeout.threaddump.enabled", "true")
4546
passProperty("junit.jupiter.execution.timeout.default", "2 m")
4647
}

0 commit comments

Comments
 (0)