morrySnow commented on code in PR #50624: URL: https://github.com/apache/doris/pull/50624#discussion_r2083947620
########## fe/fe-core/src/test/java/org/apache/doris/job/base/JobExecutionConfigurationTest.java: ########## @@ -53,13 +53,20 @@ public void testGetTriggerDelayTimesRecurring() { configuration.setExecuteType(JobExecuteType.RECURRING); TimerDefinition timerDefinition = new TimerDefinition(); - timerDefinition.setStartTimeMs(100000L); // Start time set to 1 second in the future + timerDefinition.setStartTimeMs(700000L); // Start time set to 1 second in the future Review Comment: comment is not same with code -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org