Skip to content

Commit d91c876

Browse files
committed
[core] Increase mesoscommand timeout
1 parent c45d508 commit d91c876

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
@@ -31,7 +31,7 @@ import (
3131
)
3232

3333
const (
34-
defaultResponseTimeout = 10 * time.Second
34+
defaultResponseTimeout = 15 * time.Second
3535
)
3636

3737
type MesosCommand interface {

0 commit comments

Comments
 (0)