Fix flaky spec

This commit is contained in:
Shinya Maeda 2018-11-02 14:19:44 +09:00
parent 56ac84cd80
commit 0199e1761a
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ describe UpdateDeploymentService do
context "while updating the 'first_deployed_to_production_at' time" do
before do
merge_request.metrics.update!(merged_at: 10.minutes.ago)
merge_request.metrics.update!(merged_at: 1.hour.ago)
end
context "for merge requests merged before the current deploy" do