summaryrefslogtreecommitdiff
path: root/sort/sort_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'sort/sort_test.go')
-rw-r--r--sort/sort_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/sort/sort_test.go b/sort/sort_test.go
index 6f6bcc2..f350b46 100644
--- a/sort/sort_test.go
+++ b/sort/sort_test.go
@@ -11,8 +11,8 @@ var benchResult ds.ArrayList
var benchResultInt []int
const minLength int = 1
-const maxLength int = 100000
-const maxSlowLength int = 100000
+const maxLength int = 1000
+const maxSlowLength int = 1000
var arrayListCache map[string]ds.ArrayList