This repository has been archived by the owner on Mar 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 99
Deployments do not honor waitTime #1440
Labels
bug
Something isn't working
Comments
Thanks @brandonmikeska , will have a look into it, its the individual package which is timing out isn't it? |
azlam-abdulsalam
added
bug
Something isn't working
and removed
analysis
To be decided on how to solution/fix
labels
Nov 19, 2023
@azlam-abdulsalam yes we are working on the team to break up their package into smaller ones as a work around but it's really old legacy test classes taking 2+ hours to run which makes it really difficult for us to deploy at the moment. |
5 tasks
Possible fix: #1443 |
@azlam-abdulsalam do we want to close this out? Also should we build a local docker image until this can be released (November or December release)? |
Yes , its good, will release it next week, you can try the alpha builds to use it. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
While using the release command, it asks for a waitTime but doesn't honor that.
To Reproduce
Steps to reproduce the behavior:
Create a release and put a waitTime other than 2 hours.
Expected behavior
It should take the user's input and use that for the wait time instead of hard coding to 2 hours.
Screenshots
DeploySourceToOrgImpl.ts#L183
Platform Details (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: