SEC-1216: Replacement of custom-after-invocation-provider with after-invocation-provider element. Some changes to help prevent proxying of aop infrastructure classes (use of AopInfrastructureBean marker interface)
This commit is contained in:
@@ -41,7 +41,7 @@ public class SessionInformationTests extends TestCase {
|
||||
assertEquals(sessionId, info.getSessionId());
|
||||
assertEquals(currentDate, info.getLastRequest());
|
||||
|
||||
Thread.sleep(1000);
|
||||
Thread.sleep(10);
|
||||
|
||||
info.refreshLastRequest();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user