mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
post backport fix of windows fixes for missing timeout
This commit is contained in:
parent
c30c65c7c4
commit
cfe2ca208b
1 changed files with 1 additions and 0 deletions
|
@ -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) }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue