BATCH-1268: Use System.currentTimeMillis()
This commit is contained in:
@@ -70,6 +70,7 @@ public class SystemCommandTaskletIntegrationTests {
|
||||
public void testExecuteFailure() throws Exception {
|
||||
String command = "java org.springframework.batch.sample.tasklet.UnknownClass";
|
||||
tasklet.setCommand(command);
|
||||
tasklet.setTimeout(200L);
|
||||
tasklet.afterPropertiesSet();
|
||||
|
||||
log.info("Executing command: " + command);
|
||||
|
||||
Reference in New Issue
Block a user