From 6148238d9f8eb7a33711008c22639ece447b365a Mon Sep 17 00:00:00 2001 From: Paul Snow Date: Sun, 23 Apr 2017 21:49:20 -0500 Subject: [PATCH] shorten the test --- engine/factomd_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/factomd_test.go b/engine/factomd_test.go index 20c5f2be9c..3f680e701a 100644 --- a/engine/factomd_test.go +++ b/engine/factomd_test.go @@ -188,7 +188,7 @@ func TestSetupANetwork(t *testing.T) { runCmd("T10") t.Log("Run to a dbht of 10") n0.State.DirectoryBlockInSeconds = 4 - for n0.State.LLeaderHeight < 10 { + for n0.State.LLeaderHeight < 8 { time.Sleep(time.Second) } for n0.State.CurrentMinute < 1 {