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:
Glenn Renfro
2016-05-10 10:08:49 -04:00
committed by Michael Minella
parent ef1c027146
commit df14546a7f
6 changed files with 125 additions and 4 deletions

View File

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