| 61 | } |
| 62 | |
| 63 | type FakeTestRunner struct { |
| 64 | Sleep time.Duration |
| 65 | TestStatus *v1alpha3.TestStatus |
| 66 | Error error |
| 67 | } |
| 68 | |
| 69 | // cleanupTimeout is the time given to clean up resources, regardless of how long ctx's deadline is. |
| 70 | var cleanupTimeout = time.Second * 30 |
nothing calls this directly
no outgoing calls
no test coverage detected