From 6fabf95e6545465e6499d083fc3ac71f5033dc82 Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Sun, 6 Mar 2016 18:41:33 -0800 Subject: [PATCH] fix test --- command/agent/config_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/command/agent/config_test.go b/command/agent/config_test.go index 763601258..55be89394 100644 --- a/command/agent/config_test.go +++ b/command/agent/config_test.go @@ -516,6 +516,7 @@ server { num_schedulers = 2 enabled_schedulers = ["test"] node_gc_threshold = "12h" + heartbeat_grace = "30s" retry_join = [ "1.1.1.1", "2.2.2.2" ] start_join = [ "1.1.1.1", "2.2.2.2" ] retry_max = 3