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
For these cases, I think a solution may be to add a -periodic flag which can be set to an arbitrary duration 1m and it'll guarantee to output something to inform CI that tests are still running. Maybe this could default to 1m when -progress is true. This is similar to what hashicorp/terraform#6163 does.
Instead of another flag, maybe -progress could just output something on an interval by default.
The text was updated successfully, but these errors were encountered:
Picking up from #95 (comment), let's add color support to the package
-progress
output.Outside the scope of this PR, but as we flush out the functionality of
-progress
, we should also consider adding artificial output periodically.From #86 (comment):
Instead of another flag, maybe
-progress
could just output something on an interval by default.The text was updated successfully, but these errors were encountered: