mirror of
https://github.com/ARM-software/devlib.git
synced 2025-04-11 20:30:03 +01:00
PID detection can sometimes fail for unknown reason. Maybe there is a latency between the process being started and "ps" being able to see it that can sometimes be high enough that we look for the process before it's exposed. In order to remedy that, add a retry logic to avoid plain failures.