You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the feature
Configure COMPOSER_PROCESS_TIMEOUT.
Version
I have checked releases, and the feature is missing in the latest patch version of v2.
Underlying issue
I just had two composer test jobs fail on GitHub Actions after a 6 hours timeout (the maximum allowed), burning through 720 minutes of allowance for no reason, all because this action quietly disables the timeout feature entirely. This is not safe or a good idea; the timeout is enabled by default for good reason. Regardless of whether you agree, this should be configurable.
Describe alternatives
I could probably manually override the timeout in each step or command where I require the timeout, though doing so would be laborious and hacky.
Are you willing to submit a PR?
No, I don't know TypeScript or how to test actions in development.
The text was updated successfully, but these errors were encountered:
Describe the feature
Configure
COMPOSER_PROCESS_TIMEOUT
.Version
v2
.Underlying issue
I just had two
composer test
jobs fail on GitHub Actions after a 6 hours timeout (the maximum allowed), burning through 720 minutes of allowance for no reason, all because this action quietly disables the timeout feature entirely. This is not safe or a good idea; the timeout is enabled by default for good reason. Regardless of whether you agree, this should be configurable.Describe alternatives
I could probably manually override the timeout in each step or command where I require the timeout, though doing so would be laborious and hacky.
Are you willing to submit a PR?
No, I don't know TypeScript or how to test actions in development.
The text was updated successfully, but these errors were encountered: