JAVA-26283 Improve module build time

This commit is contained in:
anuragkumawat 2023-10-24 14:10:17 +05:30
parent ee407c2cd8
commit 46f3aac299

View File

@ -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());
} }