Skip to content

Commit

Permalink
Double this timeout to see if it robustifies the test.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias committed May 13, 2015
1 parent 94f5766 commit cd2e6e4
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 @@ -198,7 +198,7 @@
(when (= client-count (count @results))
(deliver done? true))))]
(swap! clients conj client))))
(is (deref done? 5000 nil))
(is (deref done? 10000 nil))
(println "RESULTS" @results)
(is (= (->> client-count (range 0) (map str) set)
(set @results)))
Expand Down

0 comments on commit cd2e6e4

Please sign in to comment.