We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 79c61d5 + f338ab5 commit e3bb757Copy full SHA for e3bb757
test/integration/storageversionmigrator/util.go
@@ -773,6 +773,10 @@ func (svm *svmTest) updateCRD(
773
t.Fatalf("Failed to get CRD: %v", err)
774
}
775
776
+ // TODO: wrap all actions after updateCRD with wait loops so we do not need this sleep
777
+ // it is currently necessary because we update the CRD but do not otherwise guarantee that the updated config is active
778
+ time.Sleep(10 * time.Second)
779
+
780
return crd
781
782
0 commit comments