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