If the system running `ca` goes to sleep (e.g. a laptop) during the call to `sleep()` the command waits for too long and misses its window. This appears to be because the API doesn't account for time when the system is suspended.
If the system running
cagoes to sleep (e.g. a laptop) during the call tosleep()the command waits for too long and misses its window.This appears to be because the API doesn't account for time when the system is suspended.