<?xml version="1.0" encoding="UTF-8" ?>
<testsuites disabled="0" errors="0" failures="0" tests="3" time="4.011">
 <testsuite name="Retriable invocation" timestamp="2022-11-15T21:44:16" hostname="localhost" time="4.011" errors="0" tests="3" skipped="0" disabled="0" failures="0">
  <testcase classname="Retriable invocation" name="Should make N retries if action is failing" time="1.005" />
  <testcase classname="Retriable invocation" name="Should fail if all retries failed" time="1.502" />
  <testcase classname="Retriable invocation" name="Should call error handler if provided" time="1.503" />
 </testsuite>
</testsuites>