Use the --timeout flag to change the timeout.
--timeout
herbie shell --seed 2019088 +o rules:numerics (FPCore (a b c) :name "jeff quadratic root 2" (if (>= b 0) (/ (* 2 c) (- (- b) (sqrt (- (* b b) (* (* 4 a) c))))) (/ (+ (- b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a))))