Browse Source

clist: reduce numTimes in test

pull/1842/head
Ethan Buchman 7 years ago
parent
commit
d3bac7a6fe
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      clist/clist_test.go

+ 1
- 1
clist/clist_test.go 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()


Loading…
Cancel
Save