defaultStepTimeout property

Duration defaultStepTimeout

Returns the default timeout for the step. Steps that should respond quickly should use a relatively low value and steps that may take a long time should return an appropriately longer time.

Implementation

Duration get defaultStepTimeout => Duration(minutes: 1);