We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3840047 commit be11d1eCopy full SHA for be11d1e
2 files changed
core/controlcommands/mesoscommand.go
@@ -31,7 +31,7 @@ import (
31
)
32
33
const (
34
- defaultResponseTimeout = 15 * time.Second
+ defaultResponseTimeout = 30 * time.Second
35
36
37
type MesosCommand interface {
core/environment/transition_configure.go
@@ -147,7 +147,7 @@ func (t ConfigureTransition) do(env *Environment) (err error) {
147
return
148
}
149
150
- deploymentTimeout := 15 * time.Second
+ deploymentTimeout := 35 * time.Second
151
wfStatus := wf.GetStatus()
152
if wfStatus != task.ACTIVE {
153
WORKFLOW_ACTIVE_LOOP:
0 commit comments