Commit 01dca126 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Merge branch 'temporarily-update-outdated-flaky-specs-threshold' into 'master'

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

See merge request gitlab-org/gitlab!74732
parents c8d22d6e 1d127683
......@@ -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