Commit 1964c682 authored by Rémy Coutable's avatar Rémy Coutable

Set `RspecFlaky::Report::OUTDATED_DAYS_THRESHOLD` back to 7 days

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent e2064fd6
......@@ -10,7 +10,7 @@ module RspecFlaky
# This class is responsible for loading/saving JSON reports, and pruning
# outdated examples.
class Report < SimpleDelegator
OUTDATED_DAYS_THRESHOLD = 30
OUTDATED_DAYS_THRESHOLD = 7
attr_reader :flaky_examples
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment