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
The percent done relative to timeout is off by a factor of five. So it shows 20% when build time has in fact reached 100% of timeout.
My intuition says that this has to do with the Sys.sleep(5) call and/or the spinner initialization in R/build_admin.R, however I don't know how to go about fixing it efficiently.
Feel free to give me a pointer if you don't have the time to fix. I want to familiarize myself with this codebase because I think it is brilliant and hope to contribute at some point.
The text was updated successfully, but these errors were encountered:
The percent done relative to timeout is off by a factor of five. So it shows 20% when build time has in fact reached 100% of timeout.
My intuition says that this has to do with the
Sys.sleep(5)
call and/or the spinner initialization inR/build_admin.R
, however I don't know how to go about fixing it efficiently.Feel free to give me a pointer if you don't have the time to fix. I want to familiarize myself with this codebase because I think it is brilliant and hope to contribute at some point.
The text was updated successfully, but these errors were encountered: