MCPcopy
hub / github.com/codeceptjs/CodeceptJS / timeout

Method timeout

lib/mocha/featureConfig.js:42–45  ·  view source on GitHub ↗

* Set timeout for this test * @param {number} timeout * @returns {this}

(timeout)

Source from the content-addressed store, hash-verified

40 * @returns {this}
41 */
42 timeout(timeout) {
43 this.suite.timeout(timeout)
44 return this
45 }
46
47 /**
48 * @callback FeatureConfigCallback

Callers 4

testFunction · 0.45
ui.jsFile · 0.45
gherkinParserFunction · 0.45
createSuiteFunction · 0.45

Calls

no outgoing calls

Tested by 1

testFunction · 0.36