summaryrefslogtreecommitdiff
path: root/sort
diff options
context:
space:
mode:
Diffstat (limited to 'sort')
-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 a3aa441..024cde4 100644
--- a/sort/sort_test.go
+++ b/sort/sort_test.go
@@ -11,7 +11,7 @@ var benchResult ds.ArrayList
const minLength int = 1
const maxLength int = 100000
-const maxSlowLength int = 10000
+const maxSlowLength int = 100000
var arrayListCache map[string]ds.ArrayList