Skip to content

Commit

Permalink
Wait longer for completion to help with slow CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias committed Aug 13, 2015
1 parent e37a6cd commit 230cca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/test-integration/immutant/web/integ_test.clj
Expand Up @@ -553,7 +553,7 @@
(deliver done? true)))
:on-binary (fn [m _ _]
(swap! results conj m)))]
(is (deref done? 5000 nil))
(is (deref done? 10000 nil))
(let [[h b g] @results]
(is (= ["ham" (into [] (.getBytes "biscuit")) "gravy"]
[h (into [] b) g])))))
Expand Down

0 comments on commit 230cca6

Please sign in to comment.