SetTimeout override the timeout of pipeline run success expectation
(timeout time.Duration)
| 194 | |
| 195 | // SetTimeout override the timeout of pipeline run success expectation |
| 196 | func (d *DevlakeClient) SetPipelineTimeout(timeout time.Duration) { |
| 197 | d.pipelineTimeout = timeout |
| 198 | } |
| 199 | |
| 200 | // SetExpectedStatusCode override the expected status code of the next API call. If it's anything but this, the test will fail. |
| 201 | func (d *DevlakeClient) SetExpectedStatusCode(code int) *DevlakeClient { |
no outgoing calls