We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32514c3 commit 84beb74Copy full SHA for 84beb74
test/tako/tako_test.clj
@@ -91,7 +91,7 @@
91
(with-open [ld (t/start! (fn [ks] (swap! calls conj ks)
92
ks) {:max-batch-time 1000 :max-batch-size 1 :buffer-size 1})]
93
94
- (is (thrown? Error (do (dotimes [n 2000]
+ (is (thrown? Error (do (dotimes [n 3000]
95
(future (t/load-one ld n)))
96
@(t/load-one ld :a))))))))
97
0 commit comments