mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-01 18:58:18 +00:00
fix: increases timeout on CRD update check
Signed-off-by: Nilekh Chaudhari <1626598+nilekhc@users.noreply.github.com>
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user