From 36573e16d9e8b511aec24a82797a5d13ceef6aa4 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 8 Aug 2020 17:02:58 +0100 Subject: fortune not found Quick commit --- sort/sort_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sort') 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 -- cgit v1.2.3