1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activejob/test/support/integration
Andrew White a22523abcd Use Sidekiq.options to set initial wait
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.
2015-09-21 14:02:41 +01:00
..
adapters Use Sidekiq.options to set initial wait 2015-09-21 14:02:41 +01:00
dummy_app_template.rb Run rake db:migrate for all Active Job integration tests 2015-09-21 14:02:41 +01:00
helper.rb Added new lines to run title for easy log reading 2015-09-19 15:10:14 -07:00
jobs_manager.rb Changed the AJADAPTER to AJ_ADAPTER 2015-02-22 16:11:21 +01:00
test_case_helpers.rb Fixes #20799 2015-08-04 00:38:18 +02:00