class Gitlab::QA::Component::PostgreSQL
def wait_until_ready
def wait_until_ready start = Time.now begin run_psql 'template1' rescue StandardError retry if Time.now - start < 30 raise end end
def wait_until_ready start = Time.now begin run_psql 'template1' rescue StandardError retry if Time.now - start < 30 raise end end