Description
When recovery strategy logs a retry attempt, it uses the loop count as the number of seconds but actually the value is loopCount*5 seconds. It confused me when I was trying to debug a test failure and it looked like the recovery thread was hung for no reason.