series This is part of a series of posts on Coroutine Testing: Picking the right Dispatcher Never ending tests & backgroundscope ← Controlling time Helpful @Junit TestRule extension (coming soon) Full USF example for Android (coming soon) If you’ve spent some time testing Coroutines this exception should look familiar: After waiting for 1m, the test coroutine is not completing, there were active child jobs This tends to happen when you have a coroutine job in your test, that fails to comp...