Add possibility to specify apply_timeout property to chatops command workflow.
Motivation and Context
Since our code can sometimes be quite complex, default 30 minutes might not be enough to perform apply or idempotence tests. This gives an option to override this property from the calling workflow level.
How Has This Been Tested?
By running chatops idepomtence tests on Azure.
Screenshots (if appropriate)
Types of changes
New feature (non-breaking change which adds functionality)
Checklist
[ ] I have updated the documentation accordingly.
[ ] I have read the CONTRIBUTING document.
[ ] I have added tests to cover my changes if appropriate.
Description
Add possibility to specify
apply_timeout
property to chatops command workflow.Motivation and Context
Since our code can sometimes be quite complex, default 30 minutes might not be enough to perform
apply
oridempotence
tests. This gives an option to override this property from the calling workflow level.How Has This Been Tested?
By running chatops idepomtence tests on Azure.
Screenshots (if appropriate)
Types of changes
Checklist