Issue #12185 white space formatting and increase delay to avoid flaky tests
This commit is contained in:
parent
32652e88bc
commit
f37a4a167b
|
@ -411,7 +411,7 @@ public class QoSHandlerTest
|
|||
@Test
|
||||
public void testMaxSuspendedRequests() throws Exception
|
||||
{
|
||||
int delay = 100;
|
||||
int delay = 500;
|
||||
QoSHandler qosHandler = new QoSHandler();
|
||||
qosHandler.setMaxRequestCount(2);
|
||||
qosHandler.setMaxSuspendedRequestCount(2);
|
||||
|
|
Loading…
Reference in New Issue