We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c45d508 commit d91c876Copy full SHA for d91c876
1 file changed
core/controlcommands/mesoscommand.go
@@ -31,7 +31,7 @@ import (
31
)
32
33
const (
34
- defaultResponseTimeout = 10 * time.Second
+ defaultResponseTimeout = 15 * time.Second
35
36
37
type MesosCommand interface {
0 commit comments