Skip to content

Commit 3a01ed5

Browse files
hopefully wait long enough for finite inputs to finish
1 parent 9db921b commit 3a01ed5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/clojure/clojure/test/generative/runner_test.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
:fn (fn [n] (swap! adder + n))
2121
:inputs (fn [] [[1] [2] [3]])}
2222
1
23-
100)
23+
Integer/MAX_VALUE)
2424
(is (= @adder (apply + (map first inputs))))))
2525

2626
(defmethod runner/var-tests ::custom-type

0 commit comments

Comments
 (0)