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 r125025 = b;
double r125026 = atan2(r125025, r125025);
double r125027 = sqrt(r125026);
double r125028 = a;
double r125029 = r125025 - r125028;
double r125030 = pow(r125027, r125029);
double r125031 = sin(r125030);
return r125031;
}
herbie shell --seed 2019318
(FPCore (a b)
:name "Random Jason Timeout Test 015"
:precision binary64
(sin (pow (sqrt (atan2 b b)) (- b a))))