Benoît Liessens
Benoît Liessens
I'm ok with that @smcvb. If transitioning to Gradle is not planned in any foreseeable future this should not be your focus either.
I found this deprecated method but it doesn't seem to work: ``` override fun defaultTestCaseConfig(): TestCaseConfig? = TestCaseConfig(invocations = 1_000) ```
I get the same `TestTimeoutException` exception when running your `class F` sample. This is my complete test class: ```kotlin class G : DescribeSpec({ describe("Kotest swallows exception in coroutine") { launch...
Extracted above test case in separate project: https://github.com/bliessens/kotest-debug this is what I have so far: // Eclipse Temurin 21 + kotest 5.9.1 + kotlin 2.0.21 => ArrayIndexOutOfBoundsException // Eclipse Temurin...