We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5103945 commit a6a63c4Copy full SHA for a6a63c4
src/test/clojure/clojure/core/pipeline_test.clj
@@ -80,7 +80,7 @@
80
(is (= [0 0 1 0 1 2 0 1 2 3]
81
(pipeline-tester pipeline-async 2 (range 1 5) multiplier-async))))
82
83
-(def sleep-mapping (mapping #(do (System.Threading.Thread/Sleep %) %))) ;;; Thread/sleep
+(def sleep-mapping (mapping #(do (System.Threading.Thread/Sleep (int %)) %))) ;;; Thread/sleep
84
85
(deftest test-blocking
86
(let [times [2000 50 1000 100]]
0 commit comments