MCPcopy 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
86func setLongWaitTime(t *testing.T, thread *phpThread) {
87 t.Helper()
88
89 thread.state.SetWaitTime(time.Now().Add(-time.Hour))
90}

Calls 1

SetWaitTimeMethod · 0.80

Tested by

no test coverage detected