1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #11721 from gaurish/join-timeout

Add timeout to test_async_stream
This commit is contained in:
Guillermo Iguaran 2013-08-02 15:19:33 -07:00
commit 77384c86f9

View file

@ -135,7 +135,7 @@ module ActionController
@controller.process :blocking_stream
assert t.join
assert t.join(3), 'timeout expired before the thread terminated'
end
def test_thread_locals_get_copied