When matching ctest command-line output, we must account for the formatting of times that take 10 seconds or more. The values are right-justified, so use " +" to match any amount of space before them.
This option tells ctest to run each test N times until the test fails or the N times have run. This is useful for finding random failing tests.