game-ci / unity-orb

Build and test Unity projects for several platforms using CircleCI.
https://circleci.com/developer/orbs/orb/game-ci/unity
MIT License
7 stars 12 forks source link

feat: add `no_output_timeout` to commands and jobs #32

Closed EricRibeiro closed 1 year ago

EricRibeiro commented 1 year ago

Changes

Motivation

Closes #30

KyleTryon commented 1 year ago

Looks like this solves #30.

As a general comment, I wonder if in the future we may want to raise the default value from 10m if this will be common for the use-case

EricRibeiro commented 1 year ago

Looks like this solves #30.

As a general comment, I wonder if in the future we may want to raise the default value from 10m if this will be common for the use-case

I would argue that we should do it now. I'll raise it to 20 minutes and we can revisit the value if folks still have this issue.