project reactor for example. But specifically I would like to test endpoint that has a retry and it will take 4 sec to fail. I don’t want my test to wait 4 seconds. Normally test with project reactor virtual timer and it pretends to pass the time faster.
atara
07/01/2020, 9:53 AM
Thanks @sam
s
sam
07/01/2020, 12:56 PM
I don't think this is a kotest related thing? You just need to do whatever you do in junit right ?