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 dd8bcecd1b
commit 1a83a3170a
3 changed files with 5 additions and 24 deletions

View File

@@ -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;