Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Helm integration test framework #237

Merged
merged 18 commits into from
Feb 20, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix copy pasta
  • Loading branch information
yorinasub17 committed Feb 18, 2019
commit 1a8c4e0555e6dd89be52bda7731fd76ab9529183
4 changes: 2 additions & 2 deletions modules/k8s/pod.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ func WaitUntilNumPodsCreatedE(
message, err := retry.DoWithRetryE(
t,
statusMsg,
60,
1*time.Second,
retries,
sleepBetweenRetries,
func() (string, error) {
pods, err := ListPodsE(t, options, filters)
if err != nil {
Expand Down