Increase the time the threads hold onto the object. Improves the test as it should ensure that, on start, 10 threads hold objects and 20 threads block waiting for an object. Previously not all the threads would have started before the first thread returned its object to the pool.
This also allows the time between thread starts to be increased to ensure threads are started in the right order and hopefully avoid some of the continuum failures we have been seeing.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/pool/trunk@791770 13f79535-47bb-0310-9956-ffa450edef68
1 file changed