Olaf Gottschalk
11/07/2024, 8:28 AMHttpRequestRetry
I want my unit test to not wait in real time, but rather use a test scope with virtual time runTest { ... }
but sadly, doing so with a MockEngine
and this test scope, the retries still consume the complete real time it takes for it to do the repeated tries.
How can I get the `HttpClient`'s HttpRequestRetry
feature to use virtual time instead?Sam
11/07/2024, 11:13 AMMockEngine
implementation 😞Olaf Gottschalk
11/07/2024, 12:11 PMOsip Fatkullin
11/08/2024, 5:21 PM