diff --git a/src/app/stressTest.cpp b/src/app/stressTest.cpp index fd00f1fb9..9524462db 100644 --- a/src/app/stressTest.cpp +++ b/src/app/stressTest.cpp @@ -363,7 +363,7 @@ void stressTest(const CmdOptions& opts) if (secsStatus.count() >= statusOutputDelay) { lastStatusOutput = t2; - statusOutputDelay += 5; + statusOutputDelay += 7; statusOutputDelay = std::min(statusOutputDelay, 600); printResult(threadId, threads, i, count, secsThread, primeCounts); }