JAVA-26283 Improve module build time
This commit is contained in:
parent
ee407c2cd8
commit
46f3aac299
@ -49,7 +49,7 @@ public class SessionTimerInterceptorIntegrationTest {
|
|||||||
.andReturn()
|
.andReturn()
|
||||||
.getRequest()
|
.getRequest()
|
||||||
.getSession();
|
.getSession();
|
||||||
Thread.sleep(51000);
|
Thread.sleep(5000);
|
||||||
mockMvc.perform(get("/auth/foos").session((MockHttpSession) session))
|
mockMvc.perform(get("/auth/foos").session((MockHttpSession) session))
|
||||||
.andExpect(status().is2xxSuccessful());
|
.andExpect(status().is2xxSuccessful());
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user