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
If your issue is relevant to this repository, please include the information below:
Describe the enhancement
Currently actions/exec's exec function does not allow timeout. So, when the command being run by the function hangs, the CI workflow will wait until the workflow is timed out. Setting timeout is useful to avoid this problem.
So please consider to allow timeout on running process with the function.
Code Snippet
awaitexec('some-command',['some','args'],{timeout: 1000,// 1 second timeout})
Additional information
Nothing.
The text was updated successfully, but these errors were encountered:
If your issue is relevant to this repository, please include the information below:
Describe the enhancement
Currently
actions/exec
'sexec
function does not allow timeout. So, when the command being run by the function hangs, the CI workflow will wait until the workflow is timed out. Setting timeout is useful to avoid this problem.So please consider to allow timeout on running process with the function.
Code Snippet
Additional information
Nothing.
The text was updated successfully, but these errors were encountered: