Details
-
Improvement
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
None
-
None
Description
In BufferPoolTest we use a global setting for the maximum duration that calls can block (max.block.ms) of 2000ms
Since this is wall clock time that might be waited on and could potentially come into play multiple times while this class is executed this is a very long timeout for testing.
We should reduce this timeout to a much lower value to cut back on test runtimes.
Attachments
Issue Links
- links to