Commit 1fd8792e authored by Lin Jen-Shin's avatar Lin Jen-Shin

Merge branch 'prune-flaky-examples-after-7-days' into 'master'

Prune flaky examples after 7 days

See merge request gitlab-org/gitlab!24476
parents 8c8aaefc 7bd7c47f
......@@ -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