mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 18:24:52 -06:00
Try to fix random failing spec
This commit is contained in:
parent
56e09802fe
commit
90ae4c6224
@ -46,7 +46,7 @@ describe Scheduler::Manager do
|
||||
|
||||
(0..5).map do
|
||||
Thread.new do
|
||||
manager = Scheduler::Manager.new(Redis.new)
|
||||
manager = Scheduler::Manager.new(DiscourseRedis.new)
|
||||
manager.blocking_tick
|
||||
end
|
||||
end.map(&:join)
|
||||
|
Loading…
Reference in New Issue
Block a user