Merge pull request #15061 from anuragkumawat/JAVA-26283
JAVA-26283 Improve module build time
This commit is contained in:
commit
e23cb46bad
|
@ -49,7 +49,7 @@ public class SessionTimerInterceptorIntegrationTest {
|
|||
.andReturn()
|
||||
.getRequest()
|
||||
.getSession();
|
||||
Thread.sleep(51000);
|
||||
Thread.sleep(5000);
|
||||
mockMvc.perform(get("/auth/foos").session((MockHttpSession) session))
|
||||
.andExpect(status().is2xxSuccessful());
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue