Skip to content

Commit

Permalink
fix: increases timeout on CRD update check
Browse files Browse the repository at this point in the history
Signed-off-by: Nilekh Chaudhari <1626598+nilekhc@users.noreply.github.com>
  • Loading branch information
nilekhc committed Jun 26, 2024
1 parent 23a407c commit 027630a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/storageversionmigrator/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 027630a

Please sign in to comment.