maxStatefulShrinkingCycles property

int get maxStatefulShrinkingCycles

The maximum number of attempts to shrink a failing stateful example to its simplest form.

Implementation

static int get maxStatefulShrinkingCycles =>
    Settings.shared.maxStatefulShrinkingCycles;