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 r129925 = b;
double r129926 = atan2(r129925, r129925);
double r129927 = sqrt(r129926);
double r129928 = a;
double r129929 = r129925 - r129928;
double r129930 = pow(r129927, r129929);
double r129931 = sin(r129930);
return r129931;
}
herbie shell --seed 2019297
(FPCore (a b)
:name "Random Jason Timeout Test 015"
:precision binary64
(sin (pow (sqrt (atan2 b b)) (- b a))))