SCT-139 Exception info and error codes will be recorded for the task
resolves spring-cloud/spring-cloud-task#139
This commit is contained in:
committed by
Michael Minella
parent
ef1c027146
commit
df14546a7f
@@ -460,7 +460,7 @@ public class DeployerPartitionHandlerTests {
|
||||
validateStepExecutionResults(results);
|
||||
|
||||
assertTrue("Time difference was too small: " + (endTime.getTime() - startTime.getTime()),
|
||||
endTime.getTime() - startTime.getTime() >= 20000);
|
||||
endTime.getTime() - startTime.getTime() >= 19999);
|
||||
}
|
||||
|
||||
@Test(expected = TimeoutException.class)
|
||||
|
||||
Reference in New Issue
Block a user