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 r116941 = b;
double r116942 = atan2(r116941, r116941);
double r116943 = sqrt(r116942);
double r116944 = a;
double r116945 = r116941 - r116944;
double r116946 = pow(r116943, r116945);
double r116947 = sin(r116946);
return r116947;
}
herbie shell --seed 2020036
(FPCore (a b)
:name "Random Jason Timeout Test 015"
:precision binary64
(sin (pow (sqrt (atan2 b b)) (- b a))))