mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
a22523abcd
The INITIAL_WAIT constant has moved to the Sidekiq::Poller class but rather than setting the constant directly we can override it via the `:poll_interval_average` option. This was causing random build failures because the test was waiting for 10 seconds for the job to execute but the initial wait was a random value between 10 and 15 seconds. |
||
---|---|---|
.. | ||
adapters | ||
dummy_app_template.rb | ||
helper.rb | ||
jobs_manager.rb | ||
test_case_helpers.rb |