We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ea0fd68 + d290842 commit 0b4bdb5Copy full SHA for 0b4bdb5
pkg/blob/nodeserver.go
@@ -48,7 +48,7 @@ import (
48
49
const (
50
waitForMountInterval = 20 * time.Millisecond
51
- waitForMountTimeout = 3 * time.Second
+ waitForMountTimeout = 60 * time.Second
52
)
53
54
type MountClient struct {
0 commit comments