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

Method timeout

lib/step/base.js:69–71  ·  view source on GitHub ↗

* @returns {number|undefined}

()

Source from the content-addressed store, hash-verified

67 * @returns {number|undefined}
68 */
69 get timeout() {
70 return getCurrentTimeout(this.timeouts)
71 }
72
73 /**
74 * @param {number} timeout - timeout in milliseconds or 0 if no timeout

Callers 15

stepTimeoutFunction · 0.45
plugin_test.jsFile · 0.45
timeout_test.jsFile · 0.45
session_test.jsFile · 0.45

Calls 1

getCurrentTimeoutFunction · 0.90

Tested by

no test coverage detected