Produce less output for CI captures
This commit is contained in:
parent
9027bf3457
commit
49c60a70c6
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ describe 'Mutant on ruby corpus' do
|
|||
count = 0
|
||||
Mutant::Mutator::Node.each(node) do |mutant|
|
||||
count += 1
|
||||
if (count % 100).zero?
|
||||
if (count % 1000).zero?
|
||||
puts count
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue