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 r128591 = b;
double r128592 = atan2(r128591, r128591);
double r128593 = sqrt(r128592);
double r128594 = a;
double r128595 = r128591 - r128594;
double r128596 = pow(r128593, r128595);
double r128597 = sin(r128596);
return r128597;
}
herbie shell --seed 2019303
(FPCore (a b)
:name "Random Jason Timeout Test 015"
:precision binary64
(sin (pow (sqrt (atan2 b b)) (- b a))))