You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The plan for this is: (1) there should be NO TIMEOUT -- users do really serious things sometimes with latex processing, and (2) the user should be able to explicitly stop the ongoing running latex process, just like interrupting a running jupyter cell. @haraldschilly is working on this, in conjunction with #7722
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.
The text was updated successfully, but these errors were encountered: