Atul Gupta
07/22/2025, 8:37 PMrunTest
in commonTest and add the debug point for more than 1m, it crashes with below exception
After waiting for 1m, the test body did not run to completion
kotlinx.coroutines.test.UncompletedCoroutinesError: After waiting for 1m, the test body did not run to completion
shouldn't it see that debug is attached and and don't count that time(when it is attached)?ephemient
07/22/2025, 9:29 PMRuntimeMXBean.getInputArguments()
but that doesn't work for debuggers attached at runtime for exampleephemient
07/22/2025, 9:30 PMkotlinx.coroutines.test.default_timeout
thoughNitesh Singh
07/23/2025, 9:38 AMNitesh Singh
07/23/2025, 9:39 AMNitesh Singh
07/23/2025, 10:29 AM