1
0
mirror of synced 2026-07-07 03:40:04 +00:00

Correct test failure on high performance JREs.

This commit is contained in:
Ben Alex
2005-02-27 07:16:38 +00:00
parent 44397bb05d
commit d47a2190f7
@@ -144,6 +144,7 @@ public class DigestProcessingFilterTests extends TestCase {
MockHttpServletResponse response = new MockHttpServletResponse();
// Test
Thread.sleep(1000); // ensures token expired
executeFilterInContainerSimulator(config, filter, request, response,
chain);