Closes #2542 - Fix flaky test WorkBasketCleanupJobAccTest.should_DeleteOldWorkbasketCleanupJobs_When_InitializingSchedule

This commit is contained in:
MM1277 2024-04-04 14:15:39 +02:00 committed by Jörg Heffner
parent f2f24282f6
commit 281989ddfd
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ taskana.workingTime.timezone=UTC
taskana.jobs.scheduler.enabled=false
# wait time before the first job run
taskana.jobs.scheduler.initialStartDelay=0
# sleeping time befor the next job runs
# sleeping time before the next job runs
taskana.jobs.scheduler.period=12
# timeunit for the initial start delay and the sleeping period
# Possible values: MILLISECONDS, SECONDS, MINUTES, HOURS, DAYS