mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-10 20:42:26 +00:00
Merge pull request #125741 from nilekhc/svm-crd-flake
[Storage Version Migrator] fix: increases timeout on CRD update check
This commit is contained in:
commit
9626cd34f4
@ -767,7 +767,7 @@ func (svm *svmTest) waitForCRDUpdate(
|
||||
err := wait.PollUntilContextTimeout(
|
||||
ctx,
|
||||
500*time.Millisecond,
|
||||
wait.ForeverTestTimeout,
|
||||
time.Second*60,
|
||||
true,
|
||||
func(ctx context.Context) (bool, error) {
|
||||
apiGroups, _, err := svm.discoveryClient.ServerGroupsAndResources()
|
||||
|
Loading…
Reference in New Issue
Block a user