File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ def __init__(self):
221221 "core_agent_log_level" : "info" ,
222222 "core_agent_permissions" : 700 ,
223223 "core_agent_socket_path" : "tcp://127.0.0.1:6590" ,
224- "core_agent_version" : "v1.4 .0" , # can be an exact tag name, or 'latest'
224+ "core_agent_version" : "v1.5 .0" , # can be an exact tag name, or 'latest'
225225 "disabled_instruments" : [],
226226 "download_url" : "https://s3-us-west-1.amazonaws.com/scout-public-downloads/apm_core_agent/release" , # noqa: B950
227227 "errors_batch_size" : 5 ,
Original file line number Diff line number Diff line change @@ -170,6 +170,7 @@ def terminate_core_agent_processes():
170170 for process in psutil .process_iter (["name" ]):
171171 if process .name () == "core-agent" :
172172 process .terminate ()
173+ process .wait ()
173174
174175
175176# Make all timeouts shorter so that tests exercising them run faster.
You can’t perform that action at this time.
0 commit comments