Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion pkg/util/csi/volume_snapshot.go
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down