diff --git a/pkg/util/csi/volume_snapshot.go b/pkg/util/csi/volume_snapshot.go index 4e4103efa8..820bae938e 100644 --- a/pkg/util/csi/volume_snapshot.go +++ b/pkg/util/csi/volume_snapshot.go @@ -606,7 +606,8 @@ func WaitUntilVSCHandleIsReady( // We'll wait 10m for the VSC to be reconciled polling // every 5s unless backup's csiSnapshotTimeout is set - interval := 5 * time.Second + // Modifying to 1 second for custom build + interval := 1 * time.Second vsc := new(snapshotv1api.VolumeSnapshotContent) err := wait.PollUntilContextTimeout(