This week I am experimenting long latencies when running
`fedpkg srpm`
(around 5 minutes, real time).
`strace -c fedpkg srpm` is telling me that the 'wait4' syscall is the one
consuming most of the time (85%)
My network connection is not the fastest but running the rhpkg srpm I
basically got instant results. Also, I am not sure if these delays started
after the data center move but perhaps that may be a factor.
Any idea how to debug this one?