mirror of
https://github.com/discourse/discourse.git
synced 2025-04-19 21:09:11 +08: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…
x
Reference in New Issue
Block a user