I'm using withTestApplication and handleRequest fo...
# ktor
a
I'm using withTestApplication and handleRequest for testing, is there any way to set a timeout? Might be useful, it's async code and tests can just hang forever if call.respond wasn't called
Tried with async & delay but I'm clearly not understanding coroutines well yet so hitting outofmemory for reasons I can't comprehend