(err error, timeout time.Duration, containerName string)
| 80 | } |
| 81 | |
| 82 | func waitTimeoutError(err error, timeout time.Duration, containerName string) error { |
| 83 | return fmt.Errorf("timed out after %s waiting for container %s to start. The timeout can be increased by setting --timeout. Err: %w", timeout, containerName, err) |
| 84 | } |
no outgoing calls
no test coverage detected