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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]