Skip to main content

Type Alias: InterruptAfterTimeLimitOptions

InterruptAfterTimeLimitOptions = object

Defined in: packages/fast-check/src/check/plugin/InterruptAfterTimeLimitPlugin.ts:50

Options for interruptAfterTimeLimit

Remarks

Since 4.10.0

Properties

failOnInterrupt?

optional failOnInterrupt?: boolean

Defined in: packages/fast-check/src/check/plugin/InterruptAfterTimeLimitPlugin.ts:58

Whether an interruption triggered by this plugin should be reported as a failure. When set to true, a property interrupted before reaching numRuns is reported as a failure.

Default Value

false

Remarks

Since 4.10.0