timeout property

String? timeout
getter/setter pair

The maximum amount of time to give the action to complete.

If the action fails to complete before the timeout, it will be terminated and the exit status will be non-zero. The pipeline will continue or terminate based on the rules defined by the ALWAYS_RUN and IGNORE_EXIT_STATUS flags.

Implementation

core.String? timeout;