Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/php/frankenphp
/ setLongWaitTime
Function
setLongWaitTime
scaling_test.go:86–90 ·
view source on GitHub ↗
(t *testing.T, thread *phpThread)
Source
from the content-addressed store, hash-verified
84
}
85
86
func
setLongWaitTime(t *testing.T, thread *phpThread) {
87
t.Helper()
88
89
thread.state.SetWaitTime(time.Now().Add(-time.Hour))
90
}
Callers
2
TestScaleARegularThreadUpAndDown
Function · 0.85
TestScaleAWorkerThreadUpAndDown
Function · 0.85
Calls
1
SetWaitTime
Method · 0.80
Tested by
no test coverage detected