Fix infinite loop when baselines search fails

even after tmax time
This commit is contained in:
pyth0n1c
2022-09-27 09:20:13 -07:00
parent 2555556301
commit 2a5807af83
@@ -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