Mattia Tommasone
12/11/2020, 1:50 PMrunBlocking {
delay(10000)
}
and then testing it with runBlockingTest
, but since it’s in another runBlocking
block the delay is not being skipped and my test is, in fact, hanging for 10 secs.
I’d like to test that the delay is indeed executed but without really having to wait for it to expireFrancois Stiennon
12/11/2020, 1:57 PMMattia Tommasone
12/11/2020, 1:57 PMgildor
12/11/2020, 2:49 PMMattia Tommasone
12/11/2020, 2:54 PMgildor
12/11/2020, 3:14 PM