Skip to content

Commit

Permalink
e2e: don't loop infinitely after failed watch
Browse files Browse the repository at this point in the history
  • Loading branch information
burgerdev committed Apr 18, 2024
1 parent c337c7d commit d2fe4e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e/internal/kubeclient/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ func (c *Kubeclient) WaitForDeployment(ctx context.Context, namespace, name stri
logger.Debug("pod not ready", "name", pod.Name, "status", c.toJSON(pod.Status))
}
}
return ctx.Err()
}
}
}
Expand Down

0 comments on commit d2fe4e6

Please sign in to comment.