mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
Fix infinite loop when baselines search fails
even after tmax time
This commit is contained in:
@@ -130,7 +130,7 @@ def execute_test(splunk_ip:str, splunk_port:int, splunk_password:str, test:Test,
|
||||
#be waiting for data to be ingested for the baseline to fully run. However, we don't have the info
|
||||
#to fill in the rest of the fields, so we populate it like we populate the fields when there is a real exception
|
||||
test.result.exception = False
|
||||
continue
|
||||
|
||||
|
||||
else:
|
||||
#baselines all worked (if they exist) so run the search
|
||||
|
||||
Reference in New Issue
Block a user