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

Method setTimeout

lib/step/base.js:78–80  ·  view source on GitHub ↗

* @param {number} timeout - timeout in milliseconds or 0 if no timeout * @param {number} order - order defines the priority of timeout, timeouts set with lower order override those set with higher order. * When order below 0 value of timeout only override if new value i

(timeout, order)

Source from the content-addressed store, hash-verified

76 * When order below 0 value of timeout only override if new value is lower
77 */
78 setTimeout(timeout, order) {
79 this.timeouts.set(order, timeout)
80 }
81
82 /** @function */
83 setTrace() {

Callers 4

stepTimeout.jsFile · 0.80
_defineBrowserTimeoutMethod · 0.80
globalTimeout.jsFile · 0.80
recordStepFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected