From 8fa4b9fd7220b9650047ce6575a51b2cab8aa617 Mon Sep 17 00:00:00 2001 From: Jimmy Hu Date: Thu, 6 Dec 2018 15:21:33 +0800 Subject: ci: some change to circleci (#360) * CircleCI: change to go1.11 * fix gofmt * Reduce test size --- core/lattice-data_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/lattice-data_test.go') diff --git a/core/lattice-data_test.go b/core/lattice-data_test.go index e939c81..8d37d21 100644 --- a/core/lattice-data_test.go +++ b/core/lattice-data_test.go @@ -345,8 +345,8 @@ func (s *LatticeDataTestSuite) TestSanityCheck() { func (s *LatticeDataTestSuite) TestRandomlyGeneratedBlocks() { var ( - chainNum uint32 = 19 - repeat = 20 + chainNum uint32 = 16 + repeat = 10 delivered []*types.Block err error req = s.Require() -- cgit v1.2.3