-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Prebuilds] Increase timeout and/or make it configurable #6283
Comments
FYI, This is also cross-linked[1] in the docs. 🎗️ |
If it's useful info, I just built Node.js on a Gitpod workspace and it took 83 minutes. So, uh, being able to set it to around 90 minutes or so would let me do Node.js prebuilds, which would be incredibly useful to me. |
Is there a ETA for when the build times is increased? For https://github.com/sagemath/sage we are currently also above the 1h mark. |
My prebuild is aborted after one hour, is there a parameter with which I can change the time? The option (Incremental Prebuilds |
As far as I know, the answer is still "no" but I want to share a workaround I've done that has helped me out a lot. Here's the GitPod YAML config for one of my projects: tasks:
- init: ./configure && timeout 45m make -j16 || true The |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Prebuild still timeout after 1h. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Please, add configurable timeout for projects that take longer than 1h! 🙏 |
Adding the possibility for configurable timeouts makes a lot of sense for usage-based plans (to be released soon). |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
The current prebuild timeout is set to 1h. I'm working with some large projects that require more time to compile everything, up to 3 hours given current estimates.
Related to this, it would be a good user experience to allow a configurable timeout per project.
The text was updated successfully, but these errors were encountered: