post backport fix of windows fixes for missing timeout

This commit is contained in:
Colin Surprenant 2017-08-31 20:38:47 -04:00
parent c30c65c7c4
commit cfe2ca208b

View file

@ -26,6 +26,7 @@ describe LogStash::Agent do
sl
end
let(:logger) { double("logger") }
let(:timeout) {120} #seconds
subject { LogStash::Agent.new(agent_settings, default_source_loader) }