We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e36def commit 2c448eaCopy full SHA for 2c448ea
2 files changed
core/controlcommands/mesoscommand.go
@@ -31,7 +31,7 @@ import (
31
)
32
33
const (
34
- defaultResponseTimeout = 30 * time.Second
+ defaultResponseTimeout = 45 * 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 := 35 * time.Second
+ deploymentTimeout := 50 * time.Second
151
wfStatus := wf.GetStatus()
152
if wfStatus != task.ACTIVE {
153
WORKFLOW_ACTIVE_LOOP:
0 commit comments