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 r125748 = b;
double r125749 = atan2(r125748, r125748);
double r125750 = sqrt(r125749);
double r125751 = a;
double r125752 = r125748 - r125751;
double r125753 = pow(r125750, r125752);
double r125754 = sin(r125753);
return r125754;
}
herbie shell --seed 2019303
(FPCore (a b)
:name "Random Jason Timeout Test 015"
:precision binary64
(sin (pow (sqrt (atan2 b b)) (- b a))))