Is it possible to test HTTP timeouts with the clie...
# ktor
r
Is it possible to test HTTP timeouts with the client mock engine using the same virtual clock in the test as in the mock engine?
I guess I can use a mutex which gets locked and released by the test as a workaround. The mock engine will just wait on the mutex.
Okay, this also doesn't work. I created an issue: https://GitHub.com/ktorio/ktor/issues/4720