MCPcopy Create free account
hub / github.com/apache/devlake / SetTimeout

Method SetTimeout

backend/test/helper/client.go:191–193  ·  view source on GitHub ↗

SetTimeout override the timeout of api requests

(timeout time.Duration)

Source from the content-addressed store, hash-verified

189
190// SetTimeout override the timeout of api requests
191func (d *DevlakeClient) SetTimeout(timeout time.Duration) {
192 d.timeout = timeout
193}
194
195// SetTimeout override the timeout of pipeline run success expectation
196func (d *DevlakeClient) SetPipelineTimeout(timeout time.Duration) {

Callers 4

TestTestmoPluginFunction · 0.45
TestPagerDutyPluginFunction · 0.45
TestAzureFunction · 0.45
ConnectLocalServerFunction · 0.45

Calls

no outgoing calls

Tested by 3

TestTestmoPluginFunction · 0.36
TestPagerDutyPluginFunction · 0.36
TestAzureFunction · 0.36