Skip to content

Commit

Permalink
temp change to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cdrage committed Jul 6, 2022
1 parent 001948a commit 184b1b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/helper/helper_kubectl.go
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ func (kubectl KubectlRunner) GetServiceBinding(name, projectName string) (string
}

func (kubectl KubectlRunner) EnsureOperatorIsInstalled(partialOperatorName string) {
WaitForCmdOut(kubectl.path, []string{"get", "csv", "-o", "jsonpath={.items[?(@.status.phase==\"Succeeded\")].metadata.name}"}, 4, true, func(output string) bool {
WaitForCmdOut(kubectl.path, []string{"get", "csv", "-o", "jsonpath={.items[?(@.status.phase==\"Succeeded\")].metadata.name}"}, 1, true, func(output string) bool {
return strings.Contains(output, partialOperatorName)
})
}
Expand Down

0 comments on commit 184b1b0

Please sign in to comment.