Skip to content

Draft: Fixed potential issue when attaching Qat to a running application

attach_to function could raise a ProcessLookupError exception if the time between start_time initialization and the process lookup is greater than qat timeout (3 seconds by default for the tests, 60 sec for qat default settings).

EDIT : It would only have a positive impact on the tests, check comment below

Edited by Kevin DA SILVA

Merge request reports