JAVA-26283 Improve module build time

This commit is contained in:
anuragkumawat 2023-10-24 14:10:17 +05:30
parent ee407c2cd8
commit 46f3aac299
1 changed files with 1 additions and 1 deletions

View File

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