For the sake of time, sleep() (which relies on setTimeout is still being used in test action routes since those aren't user-facing. Move test action routes off sleep() and onto a scheduler, which requires adapted schedulers to return a promise or callback when they're done.
For the sake of time,
sleep()
(which relies onsetTimeout
is still being used in test action routes since those aren't user-facing. Move test action routes offsleep()
and onto a scheduler, which requires adapted schedulers to return a promise or callback when they're done.