Skip to content

Commit

Permalink
[core] Increase Mesos command timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
miltalex authored and teo committed Jun 29, 2021
1 parent e31dfb7 commit 94fc5e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/controlcommands/mesoscommand.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import (
)

const (
defaultResponseTimeout = 45 * time.Second
defaultResponseTimeout = 90 * time.Second
)

type MesosCommand interface {
Expand Down

0 comments on commit 94fc5e3

Please sign in to comment.