Jon Bailey
11/01/2023, 4:32 PMAfter waiting for 10s, the test coroutine is not completing, there were active child jobs: [JobImpl{Active}@5aaff0f4, JobImpl{Active}@2822da1c]
this is still using the old testing framework. But if I switch to the new testing framework then when I do awaitState()
no state is received and it gives an error with a 3s timeout. Is there anything obvious I'm missing?agrosner
11/01/2023, 9:36 PM