Skip to content

Commit 94fc5e3

Browse files
miltalexteo
authored andcommitted
[core] Increase Mesos command timeout
1 parent e31dfb7 commit 94fc5e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/controlcommands/mesoscommand.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import (
3232
)
3333

3434
const (
35-
defaultResponseTimeout = 45 * time.Second
35+
defaultResponseTimeout = 90 * time.Second
3636
)
3737

3838
type MesosCommand interface {

0 commit comments

Comments
 (0)