Closed
Description
- Make a latex file like this:
\documentclass{article}
\usepackage{sagetex}
\begin{document}
Consider $\sage{factor(2^997-1)}$...
\end{document}
- Build it. -- of course sage can't factor that huge number, so it times out
- You don't see an error anywhere though, saying that Sage was timed out.
To work on this, edit the file cocalc/src/smc-webapp/frame-editors/latex-editor/sagetex.ts
and change the timeout from 360 to something smaller like 5.
There may be similar problems with other timeouts (e.g., for rmd-editor and r markdown). [hsy] this is #4378 now.