Merge pull request #15061 from anuragkumawat/JAVA-26283

JAVA-26283 Improve module build time
This commit is contained in:
Kasra Madadipouya
2023-10-25 23:10:09 +02:00
committed by GitHub
@@ -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());
}