mirror of
https://github.com/ARM-software/devlib.git
synced 2025-01-31 02:00:45 +00:00
0579a814f1
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.