dxatscale / sfpowerscripts

A build system for modular development in Salesforce
https://dxatscale.io
MIT License
213 stars 96 forks source link

Deployments do not honor waitTime #1440

Closed brandonmikeska closed 11 months ago

brandonmikeska commented 11 months ago

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.

azlam-abdulsalam commented 11 months ago

Thanks @brandonmikeska , will have a look into it, its the individual package which is timing out isn't it?

brandonmikeska commented 11 months ago

@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.

brandonmikeska commented 11 months ago

Possible fix: #1443

brandonmikeska commented 11 months ago

@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)?

azlam-abdulsalam commented 11 months ago

Yes , its good, will release it next week, you can try the alpha builds to use it.