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 r125978 = b;
double r125979 = atan2(r125978, r125978);
double r125980 = sqrt(r125979);
double r125981 = a;
double r125982 = r125978 - r125981;
double r125983 = pow(r125980, r125982);
double r125984 = sin(r125983);
return r125984;
}
herbie shell --seed 2019297
(FPCore (a b)
:name "Random Jason Timeout Test 003"
:precision binary64
(sin (pow (sqrt (atan2 b b)) (- b a))))