Skip to content

Commit 84beb74

Browse files
committed
test
1 parent 32514c3 commit 84beb74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tako/tako_test.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
(with-open [ld (t/start! (fn [ks] (swap! calls conj ks)
9292
ks) {:max-batch-time 1000 :max-batch-size 1 :buffer-size 1})]
9393

94-
(is (thrown? Error (do (dotimes [n 2000]
94+
(is (thrown? Error (do (dotimes [n 3000]
9595
(future (t/load-one ld n)))
9696
@(t/load-one ld :a))))))))
9797

0 commit comments

Comments
 (0)