Fix randomly failing test.
This commit is contained in:
parent
322ee3e17c
commit
d783a393ec
|
@ -74,6 +74,7 @@ class PostgreSQLFallbackHandler
|
|||
@master[db] = true
|
||||
@running[db] = false
|
||||
@mutex[db] = Mutex.new
|
||||
@last_check[db] = nil
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue