aboutsummaryrefslogtreecommitdiffstats
path: root/core/total-ordering_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/total-ordering_test.go')
-rw-r--r--core/total-ordering_test.go8
1 files changed, 6 insertions, 2 deletions
diff --git a/core/total-ordering_test.go b/core/total-ordering_test.go
index 347ef22..fcadc89 100644
--- a/core/total-ordering_test.go
+++ b/core/total-ordering_test.go
@@ -945,11 +945,15 @@ func (s *TotalOrderingTestSuite) baseTestRandomlyGeneratedBlocks(
func (s *TotalOrderingTestSuite) TestRandomlyGeneratedBlocks() {
var (
round uint64
- chainNum = uint32(13)
+ chainNum = uint32(23)
blockNum = 50
phi uint64 = 10
- repeat = 8
+ repeat = 15
)
+ if testing.Short() {
+ chainNum = 7
+ repeat = 3
+ }
ackingCountGenerators := []func() int{
nil, // Acking frequency with normal distribution.