mirror of
https://github.com/tendermint/tendermint.git
synced 2026-07-19 14:32:21 +00:00
clist: reduce numTimes in test
This commit is contained in:
+1
-1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user