Skip to content

Commit

Permalink
UPSTREAM: 90452: refactor/improve CRD publishing e2e tests in an HA s…
Browse files Browse the repository at this point in the history
…etup

openshift-rebase(v1.24):source=ce8d63d76a0
  • Loading branch information
p0lyn0mial authored and soltysh committed Aug 22, 2022
1 parent 14f860c commit fd0f5b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/apimachinery/crd_publish_openapi.go
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ func setupCRDAndVerifySchema(f *framework.Framework, schema, expect []byte, grou

func setupCRDAndVerifySchemaWithOptions(f *framework.Framework, schema, expect []byte, groupSuffix string, versions []string, options ...crd.Option) (tCRD *crd.TestCrd, err error) {
defer func() {
if err == nil {
if err != nil {
framework.Logf("sleeping 45 seconds before running the actual tests, we hope that during all API servers converge during that window, see %q for more", "https://github.com/kubernetes/kubernetes/pull/90452")
time.Sleep(time.Second * 45)
}
Expand Down

0 comments on commit fd0f5b4

Please sign in to comment.