Skip to content

Commit 424389f

Browse files
committed
fix: extend command timeout to 180 secs
ref: longhorn/longhorn 10520 Signed-off-by: Jack Lin <[email protected]>
1 parent 6f5842b commit 424389f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/types/types.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const (
2323
ShallowCopyStateComplete = "complete"
2424
ShallowCopyStateError = "error"
2525

26-
ExecuteTimeout = 60 * time.Second
26+
ExecuteTimeout = 180 * time.Second
2727
)
2828

2929
const (

0 commit comments

Comments
 (0)