Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
7
function
stepTimeout(timeout) {
8
return
new
StepConfig().timeout(timeout)
9
}
10
11
function
stepRetry(retry) {
12
return
new
StepConfig().retry(retry)
Callers
nothing calls this directly
Calls
1
timeout
Method · 0.45
Tested by
no test coverage detected