Skip to content

Commit adc2af0

Browse files
committed
Expanded eps in alt test
Old test flaky, occasionally fell just outside bounds
1 parent 578e24c commit adc2af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/manifold/deferred_test.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@
302302
(testing "uniformly distributed"
303303
(let [results (atom {})
304304
;; within 10%
305-
n 1e4, r 10, eps (* n 0.1)
305+
n 1e4, r 10, eps (* n 0.15)
306306
f #(/ (% n eps) r)]
307307
(dotimes [_ n]
308308
@(d/chain (apply d/alt (range r))

0 commit comments

Comments
 (0)