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 committed by Simone Bordet
parent 32652e88bc
commit f37a4a167b
No known key found for this signature in database
GPG Key ID: 1677D141BCF3584D
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);