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 r129999 = b;
double r130000 = atan2(r129999, r129999);
double r130001 = sqrt(r130000);
double r130002 = a;
double r130003 = r129999 - r130002;
double r130004 = pow(r130001, r130003);
double r130005 = sin(r130004);
return r130005;
}
herbie shell --seed 2020033 +o rules:numerics
(FPCore (a b)
:name "Random Jason Timeout Test 003"
:precision binary64
(sin (pow (sqrt (atan2 b b)) (- b a))))