Commit 1d127683 authored by Rémy Coutable's avatar Rémy Coutable

Temporarily set the RspecFlaky::Report::OUTDATED_DAYS_THRESHOLD to 30

This is needed since we're trying to reset the report to a good known
state, which is older than 7 days. Without this change, most flaky
specs would be removed since their last flaky time is older than 7 days.

Once the report is refreshed properly (we expect around 170 flaky
tests), we can revert this change.
Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 37a81dd0
......@@ -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 = 7
OUTDATED_DAYS_THRESHOLD = 30
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