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.
2 parents 6021975 + 2055044 commit fb7b0d9Copy full SHA for fb7b0d9
app/models/manageiq/providers/vmware/infra_manager/inventory/collector.rb
@@ -32,7 +32,7 @@ def stop(join_timeout = 2.minutes)
32
if vim_thread
33
# Give the collector thread a chance to exit cleanly, then kill it to
34
# ensure we don't have multiple collector threads running.
35
- result = vim_thread.join(join_timeout)
+ result = vim_thread.join(join_timeout.to_f)
36
vim_thread.kill if result.nil?
37
end
38
0 commit comments