MCPcopy Index your code
hub / github.com/codeceptjs/CodeceptJS / stepTimeout

Function stepTimeout

lib/steps.js:7–9  ·  view source on GitHub ↗
(timeout)

Source from the content-addressed store, hash-verified

5}
6
7function stepTimeout(timeout) {
8 return new StepConfig().timeout(timeout)
9}
10
11function stepRetry(retry) {
12 return new StepConfig().retry(retry)

Callers

nothing calls this directly

Calls 1

timeoutMethod · 0.45

Tested by

no test coverage detected