mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-16 16:41:20 +00:00
clist: reduce numTimes in test
This commit is contained in:
parent
135a1a7cd7
commit
d3bac7a6fe
@ -149,7 +149,7 @@ func _TestGCRandom(t *testing.T) {
|
||||
func TestScanRightDeleteRandom(t *testing.T) {
|
||||
|
||||
const numElements = 10000
|
||||
const numTimes = 100000
|
||||
const numTimes = 1000
|
||||
const numScanners = 10
|
||||
|
||||
l := New()
|
||||
|
Loading…
x
Reference in New Issue
Block a user