Make some test timeouts (await) configurable (#2525)
Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
@@ -50,7 +50,7 @@ import org.springframework.test.web.servlet.MvcResult;
|
||||
|
||||
/**
|
||||
* Test artifact downloads from the controller.
|
||||
* <p/>
|
||||
* <p/>
|
||||
* Feature: Component Tests - Direct Device Integration API<br/>
|
||||
* Story: Artifact Download Resource
|
||||
*/
|
||||
|
||||
@@ -43,7 +43,7 @@ import org.springframework.integration.json.JsonPathUtils;
|
||||
|
||||
/**
|
||||
* Test cancel action from the controller.
|
||||
* <p/>
|
||||
* <p/>
|
||||
* Feature: Component Tests - Direct Device Integration API<br/>
|
||||
* Story: Cancel Action Resource
|
||||
*/
|
||||
|
||||
@@ -59,7 +59,7 @@ import org.springframework.test.web.servlet.ResultActions;
|
||||
|
||||
/**
|
||||
* Test confirmation base from the controller.
|
||||
* <p/>
|
||||
* <p/>
|
||||
* Feature: Component Tests - Direct Device Integration API<br/>
|
||||
* Story: Confirmation Action Resource
|
||||
*/
|
||||
|
||||
@@ -67,7 +67,7 @@ import org.springframework.test.web.servlet.request.MockMvcRequestBuilders;
|
||||
|
||||
/**
|
||||
* Test deployment base from the controller.
|
||||
* <p/>
|
||||
* <p/>
|
||||
* Feature: Component Tests - Direct Device Integration API<br/>
|
||||
* Story: Deployment Action Resource
|
||||
*/
|
||||
|
||||
@@ -63,7 +63,7 @@ import org.springframework.test.web.servlet.request.MockMvcRequestBuilders;
|
||||
|
||||
/**
|
||||
* Test installed base from the controller.
|
||||
* <p/>
|
||||
* <p/>
|
||||
* Feature: Component Tests - Direct Device Integration API<br/>
|
||||
* Story: Installed Base Resource
|
||||
*/
|
||||
|
||||
@@ -69,7 +69,7 @@ import org.springframework.test.web.servlet.ResultActions;
|
||||
|
||||
/**
|
||||
* Test the root controller resources.
|
||||
* <p/>
|
||||
* <p/>
|
||||
* Feature: Component Tests - Direct Device Integration API<br/>
|
||||
* Story: Root Poll Resource
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user