Use the --timeout flag to change the timeout.
\sin \left({\left(\sqrt{\tan^{-1}_* \frac{b}{b}}\right)}^{\left(b - a\right)}\right)double f(double a, double b) {
double r167549 = b;
double r167550 = atan2(r167549, r167549);
double r167551 = sqrt(r167550);
double r167552 = a;
double r167553 = r167549 - r167552;
double r167554 = pow(r167551, r167553);
double r167555 = sin(r167554);
return r167555;
}
herbie shell --seed 2019346 +o rules:numerics
(FPCore (a b)
:name "Random Jason Timeout Test 003"
:precision binary64
(sin (pow (sqrt (atan2 b b)) (- b a))))