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:
parent
daac60a8a2
commit
66c6b1908f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue