aboutsummaryrefslogtreecommitdiffstats
path: root/core/lattice-data_test.go
diff options
context:
space:
mode:
authorJimmy Hu <jimmy.hu@dexon.org>2018-12-06 15:21:33 +0800
committerGitHub <noreply@github.com>2018-12-06 15:21:33 +0800
commit8fa4b9fd7220b9650047ce6575a51b2cab8aa617 (patch)
treebd92ec83f13aa1789e237a68ee63d1f05cbdf834 /core/lattice-data_test.go
parent41753e517c68575589c485b3f9570db94e59bcd0 (diff)
downloadtangerine-consensus-8fa4b9fd7220b9650047ce6575a51b2cab8aa617.tar
tangerine-consensus-8fa4b9fd7220b9650047ce6575a51b2cab8aa617.tar.gz
tangerine-consensus-8fa4b9fd7220b9650047ce6575a51b2cab8aa617.tar.bz2
tangerine-consensus-8fa4b9fd7220b9650047ce6575a51b2cab8aa617.tar.lz
tangerine-consensus-8fa4b9fd7220b9650047ce6575a51b2cab8aa617.tar.xz
tangerine-consensus-8fa4b9fd7220b9650047ce6575a51b2cab8aa617.tar.zst
tangerine-consensus-8fa4b9fd7220b9650047ce6575a51b2cab8aa617.zip
ci: some change to circleci (#360)
* CircleCI: change to go1.11 * fix gofmt * Reduce test size
Diffstat (limited to 'core/lattice-data_test.go')
-rw-r--r--core/lattice-data_test.go4
1 files changed, 2 insertions, 2 deletions
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()