timeout 60 bash -c 'until is_ready; do sleep 10; done'
http://man7.org/linux/man-pages/man1/timeout.1.html
I'll try to find it and provide that feedback. Thanks!