Merge pull request #125741 from nilekhc/svm-crd-flake
[Storage Version Migrator] fix: increases timeout on CRD update check
This commit is contained in:
		@@ -767,7 +767,7 @@ func (svm *svmTest) waitForCRDUpdate(
 | 
				
			|||||||
	err := wait.PollUntilContextTimeout(
 | 
						err := wait.PollUntilContextTimeout(
 | 
				
			||||||
		ctx,
 | 
							ctx,
 | 
				
			||||||
		500*time.Millisecond,
 | 
							500*time.Millisecond,
 | 
				
			||||||
		wait.ForeverTestTimeout,
 | 
							time.Second*60,
 | 
				
			||||||
		true,
 | 
							true,
 | 
				
			||||||
		func(ctx context.Context) (bool, error) {
 | 
							func(ctx context.Context) (bool, error) {
 | 
				
			||||||
			apiGroups, _, err := svm.discoveryClient.ServerGroupsAndResources()
 | 
								apiGroups, _, err := svm.discoveryClient.ServerGroupsAndResources()
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user