We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f065384 commit f60fa59Copy full SHA for f60fa59
pkg/oci/client/volume_attachment.go
@@ -24,7 +24,7 @@ import (
24
"k8s.io/apimachinery/pkg/util/wait"
25
)
26
27
-const attachmentPollInterval = 5 * time.Second
+const attachmentPollInterval = 10 * time.Second
28
29
// VolumeAttachmentInterface defines the interface to the OCI volume attachement
30
// API.
0 commit comments