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
  • Loading branch information
p0lyn0mial authored and damemi committed Dec 21, 2021
1 parent 04c0f0a commit ce8d63d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/apimachinery/crd_publish_openapi.go
Expand Up @@ -529,7 +529,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 ce8d63d

Please sign in to comment.