We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f5842b commit 424389fCopy full SHA for 424389f
pkg/types/types.go
@@ -23,7 +23,7 @@ const (
23
ShallowCopyStateComplete = "complete"
24
ShallowCopyStateError = "error"
25
26
- ExecuteTimeout = 60 * time.Second
+ ExecuteTimeout = 180 * time.Second
27
)
28
29
const (
0 commit comments