output a little warning to indicate why this test delays
This commit is contained in:
parent
7e2d87731c
commit
e597737204
|
@ -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))
|
||||||
|
|
Reference in a new issue