Skip to content

Commit

Permalink
Wait to start Sidekiq
Browse files Browse the repository at this point in the history
  • Loading branch information
y-yagi committed Jan 20, 2024
1 parent e607fbf commit 8fb6f50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/support/sidekiq/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def execute_with_launcher

sidekiq = Sidekiq::Launcher.new(config)
sidekiq.run
sleep 0.2
yield
sidekiq.stop
end

0 comments on commit 8fb6f50

Please sign in to comment.