JAVA-15788 Optimizations to reduce default build execution time

This commit is contained in:
Dhawal Kapil
2022-10-31 01:42:11 +05:30
parent 69ff3c0c3b
commit 69d6ca9b62
3 changed files with 5 additions and 24 deletions
@@ -15,9 +15,12 @@ import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.web.servlet.MockMvc;
import org.springframework.test.web.servlet.ResultMatcher;
/**
* Test need to pause the main thread for up to 60 seconds
*/
@SpringBootTest
@AutoConfigureMockMvc
public class ConcurrentRequestUnitTest {
public class ConcurrentRequestManualTest {
@Autowired
private MockMvc mockMvc;