Skip to content

Commit 22a23d1

Browse files
airweenCopilot
andauthored
Make progress indicators faster.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 6d6deb1 commit 22a23d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run-regression-tests.pl.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ sub match_log {
484484
}
485485
if ($graph and $opt{d}) {
486486
$i++;
487-
if ($i == 1000) {
487+
if ($i == 10) {
488488
$graphed++;
489489
$i=0;
490490
print STDERR $graph if ($graphed == 1);

0 commit comments

Comments
 (0)