From 6b0b82cddcb257ae84611379e00aa246a6c0a636 Mon Sep 17 00:00:00 2001 From: Alexandre Beslic Date: Tue, 12 May 2015 14:41:09 -0700 Subject: [PATCH] Add fixme related to timeout/heartbeat issue Signed-off-by: Alexandre Beslic --- cli/cli.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cli/cli.go b/cli/cli.go index bed480d126..b1296a8d6c 100644 --- a/cli/cli.go +++ b/cli/cli.go @@ -82,6 +82,7 @@ func Run() { log.Fatalf("discovery required to list a cluster. See '%s list --help'.", c.App.Name) } + // FIXME Add and use separate timeout flag instead of forcing it d, err := discovery.New(dflag, 10) if err != nil { log.Fatal(err)