Skip to content

Commit

Permalink
shorten the test
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulSnow committed Apr 24, 2017
1 parent 8b28161 commit 6148238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/factomd_test.go
Expand Up @@ -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 {
Expand Down

0 comments on commit 6148238

Please sign in to comment.