summaryrefslogtreecommitdiff
path: root/spec/support/retriable.rb
blob: be4c2d627529991431d7683ff9300991746eb3d5 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

Retriable.configure do |config|
  config.multiplier    = 1.0
  config.rand_factor   = 0.0
  config.base_interval = 0
end