-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
I have a pre-release action that takes some time (ant on a GWT project), and it sometimes triggers the Symfony Process component’s 60 s timeout. I’m thinking of making a PR to add a timeout option to the command action, but before I start working, I should ask:
- Is this desired?
- Should I add it to the
composer-stability-checkandcomposer-json-checkprerequisites as well? They use theexecuteCommandInProcessmethod ofBaseAction, that uses the Process component; - Should I also set the default timeout to a higher value, to avoid having to set it on all potential long-running commands in the
rmt.ymlfile? - Would a global timeout option at the root level of the
rmt.ymlfile be necessary?
Thanks for making RMT, I love it.
Metadata
Metadata
Assignees
Labels
No labels