mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-23 12:32:13 +00:00
Correct test failure on high performance JREs.
This commit is contained in:
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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user