Issue #12185 white space formatting and increase delay to avoid flaky tests

This commit is contained in:
Lars Krog-Jensen 2024-08-22 11:28:34 +02:00
parent 7aa4c79ab7
commit 6868c34bdf
1 changed files with 1 additions and 1 deletions

View File

@ -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);