summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sort/sort_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/sort/sort_test.go b/sort/sort_test.go
index 07ac2bf..a3aa441 100644
--- a/sort/sort_test.go
+++ b/sort/sort_test.go
@@ -10,7 +10,7 @@ import (
var benchResult ds.ArrayList
const minLength int = 1
-const maxLength int = 10000
+const maxLength int = 100000
const maxSlowLength int = 10000
var arrayListCache map[string]ds.ArrayList