While the minimum timeout duration is 5s, checking only every 5s means that we would notice this 4.9s too late in the worst case. Checking once a second reduces this considerably while keeping the number of wakeups still low. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5520>