loke
06/12/2025, 4:55 AMkotlin.test
for the tests, and I don't see a way to change the timeout? I'd like to set it to 10 seconds. Is there a way to do this? Ideally, I only want to do it for a single test, but if I have to set it globally, I guess I can deal with that too.loke
06/12/2025, 4:59 AMjsTest {
timeout = Duration.ofSeconds(2)
}
This didn't seem to work. I'm still getting an error stating that the limit of 2000 ms was exceeded.ephemient
06/12/2025, 12:12 PMephemient
06/12/2025, 12:13 PMloke
06/12/2025, 1:20 PMjsTest {
dependencies {
implementation kotlin('test-js')
}
}
loke
06/12/2025, 1:21 PMephemient
06/12/2025, 2:31 PMephemient
06/12/2025, 2:33 PMephemient
06/12/2025, 2:37 PMephemient
06/12/2025, 2:38 PMloke
06/12/2025, 2:56 PMephemient
06/12/2025, 3:00 PMloke
06/12/2025, 3:06 PMephemient
06/12/2025, 3:08 PMloke
06/12/2025, 3:16 PMloke
06/12/2025, 4:54 PM