kubernetes/vendor/sigs.k8s.io/kustomize/api/internal/utils/timedcall.go

// TimedCall runs fn, failing if it doesn't complete in the given duration.
// The description is used in the timeout error message.
func TimedCall(description string, d time.Duration, fn func() error) error {}