mathworks / matlab-circleci-orb

Continuous Integration with MATLAB on CircleCI
https://circleci.com/orbs/registry/orb/mathworks/matlab
Other
5 stars 5 forks source link

Feature request: no_output_timeout #37

Closed tiborauer closed 2 years ago

tiborauer commented 2 years ago

Can you, please, implement passing the 'no_output_timeout' parameter to run within the run-command and run-test?

mcafaro commented 2 years ago

Hi @tiborauer , Thanks for the request. I'll take a look into it. A passthrough shouldn't be hard. Have you seen other command doing that?

tiborauer commented 2 years ago

Thank you for your response! I have not seen any solution specific for the 'no_output_timeout' parameter, but I have seen several solutions passing parameters in generar (e.g. https://circleci.com/docs/reusing-config#executor).

mcafaro commented 2 years ago

A no-output-timeout parameter was added to run-command and run-tests in v0.8.0.

tiborauer commented 2 years ago

Thank you!