Skip to content

Commit

Permalink
chore(merge): release-10.2.0 into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
bonita-ci committed Sep 15, 2024
2 parents aea195d + 6665694 commit fff5d64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public void retryAJob_should_update_job_log_when_execution_fails_again() throws
getCommandAPI().register("except", "Throws Exception when scheduling a job", AddJobCommand.class.getName());
try {
getCommandAPI().execute("except", Map.of());
// Job can trigger in up to 'org.quartz.scheduler.idleWaitTime' milliseconds, so better wait long enough:
// Job can trigger in up to 'org.quartz.scheduler.idleWaitTime' milliseconds, so better wait long enough:
FailedJob failedJob = await().atMost(ONE_MINUTE).pollInterval(ONE_SECOND).until(
() -> getProcessAPI().getFailedJobs(0, 100), hasSize(1)).get(0);

Expand Down

0 comments on commit fff5d64

Please sign in to comment.