Skip to content

Commit 3181ec0

Browse files
authored
Merge pull request #883 from k8s-infra-cherrypick-robot/cherry-pick-879-to-release-1.20
[release-1.20] fix: increase mount timeout check as 60s
2 parents 314ef0e + 89087da commit 3181ec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/blob/nodeserver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ import (
4848

4949
const (
5050
waitForMountInterval = 20 * time.Millisecond
51-
waitForMountTimeout = 3 * time.Second
51+
waitForMountTimeout = 60 * time.Second
5252
)
5353

5454
type MountClient struct {

0 commit comments

Comments
 (0)