Commit 0227afb9 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch '346270-revert-rspecflaky-report-outdated_days_threshold-to-7' into 'master'

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

See merge request gitlab-org/gitlab!75333
parents 9bc13613 1964c682
......@@ -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