Use the --timeout flag to change the timeout.
--timeout
\sqrt{x \cdot x + x \cdot x}
(FPCore (x) :precision binary64 (sqrt (+ (* x x) (* x x))))
double code(double x) { return sqrt((x * x) + (x * x)); }