fix test case description

This commit is contained in:
Pawel Chojnacki 2017-12-13 18:43:08 +01:00
parent 51668d3e1f
commit db9e5bf75e
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ describe Gitlab::Metrics::MethodCall do
expect(Feature.get(:prometheus_metrics_method_instrumentation)).to have_received(:enabled?).once
end
it 'expires feature check cache after 30 seconds' do
it 'expires feature check cache after 1 minute' do
method_call.measure { 'foo' }
Timecop.travel(1.minute.from_now) do