mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-17 20:00:07 +00:00
Merge pull request #137812 from dims/dsrinivas/0010-storageversionmigrator-crd-update
test/integration/storageversionmigrator: wait longer for CRD updates
This commit is contained in:
@@ -800,7 +800,9 @@ func (svm *svmTest) waitForCRDUpdate(
|
||||
err := wait.PollUntilContextTimeout(
|
||||
ctx,
|
||||
500*time.Millisecond,
|
||||
time.Second*60,
|
||||
// CRD discovery and storage-version reporting can lag well beyond 1 minute
|
||||
// on contended CI nodes while the apiextensions controllers converge.
|
||||
2*time.Minute,
|
||||
true,
|
||||
func(ctx context.Context) (bool, error) {
|
||||
apiGroups, _, err := svm.discoveryClient.ServerGroupsAndResources()
|
||||
|
||||
Reference in New Issue
Block a user