We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e6fbf5 commit ef54cd3Copy full SHA for ef54cd3
spec/closure_tree/parallel_spec.rb
@@ -123,7 +123,7 @@ def work
123
it 'fails to deadlock while simultaneously deleting items from the same hierarchy' do
124
allow(User).to receive(:with_advisory_lock!).and_wrap_original do |method, *args, &block|
125
options = args.extract_options!
126
- options[:timeout_seconds] = nil
+ options[:timeout_seconds] = 20
127
method.call(*args, options, &block)
128
end
129
0 commit comments