1
0
Fork 0
mirror of https://github.com/mperham/connection_pool synced 2023-03-27 23:22:21 -04:00

Speed up test_nested_checkout

This commit is contained in:
Eric Hodel 2014-02-14 16:35:24 -08:00
parent daac60a8a2
commit 66c6b1908f

View file

@ -285,7 +285,7 @@ class TestConnectionPool < Minitest::Test
r_inner.do_work('inner')
end
sleep 0.1
Thread.pass
r_outer.do_work('outer')
end