Merged branch 'jetty-11.0.x' into 'jetty-12.0.x'.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
This commit is contained in:
Simone Bordet 2023-12-12 20:25:17 +01:00
commit 9888c67a11
No known key found for this signature in database
GPG Key ID: 1677D141BCF3584D
1 changed files with 0 additions and 2 deletions

View File

@ -283,7 +283,5 @@ public class HttpReceiverOverHTTPTest
Response response = completable.get(5, TimeUnit.SECONDS);
assertNotNull(response);
assertEquals(200, response.getStatus());
Thread.sleep(2000);
}
}