Skip to content

Commit 3f2a11c

Browse files
committed
set as 60s
1 parent 0359af0 commit 3f2a11c

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 = 30 * time.Second
51+
waitForMountTimeout = 60 * time.Second
5252
)
5353

5454
type MountClient struct {

0 commit comments

Comments
 (0)