MCPcopy
hub / github.com/microsoft/retina / waitTimeoutError

Function waitTimeoutError

shell/attach.go:82–84  ·  view source on GitHub ↗
(err error, timeout time.Duration, containerName string)

Source from the content-addressed store, hash-verified

80}
81
82func 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}

Callers 1

waitForContainerRunningFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected