output a little warning to indicate why this test delays

This commit is contained in:
Gered 2016-05-12 12:26:50 -04:00
parent 7e2d87731c
commit e597737204

View file

@ -82,6 +82,7 @@
; "11111", then waits for 2 seconds (without closing the response), then sends ; "11111", then waits for 2 seconds (without closing the response), then sends
; "2" and finally closes the response. ; "2" and finally closes the response.
; wait for 3 secs just to be safe ; wait for 3 secs just to be safe
(println "*** WAITING 3 SECONDS FOR BUFFERING PROXY TEST RESPONSE TO FINISH ***")
(Thread/sleep 3000) (Thread/sleep 3000)
(let [async-resp @async-output] (let [async-resp @async-output]
(is (:closed? async-resp)) (is (:closed? async-resp))