clist: reduce numTimes in test

This commit is contained in:
Ethan Buchman 2017-11-27 19:49:30 +00:00
parent 135a1a7cd7
commit d3bac7a6fe
1 changed files with 1 additions and 1 deletions

View File

@ -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()