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