Skip to content

Commit d290842

Browse files
committed
fix: increase mount timeout check as 60s
set as 60s
1 parent ea0fd68 commit d290842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/blob/nodeserver.go

+1-1
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)