Skip to content

Commit

Permalink
Closes Taskana#2542 - Fix flaky test WorkBasketCleanupJobAccTest.shou…
Browse files Browse the repository at this point in the history
…ld_DeleteOldWorkbasketCleanupJobs_When_InitializingSchedule
  • Loading branch information
MM1277 committed Apr 5, 2024
1 parent 4693e1c commit 8d29233
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/taskana-core/src/test/resources/taskana.properties
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ taskana.workingTime.schedule.FRIDAY=00:00-00:00
taskana.workingTime.timezone=UTC
# enable or disable the jobscheduler at all
# set it to false and no jobs are running
taskana.jobs.scheduler.enabled=true
taskana.jobs.scheduler.enabled=false
# wait time before the first job run
taskana.jobs.scheduler.initialStartDelay=0
# sleeping time befor the next job runs
taskana.jobs.scheduler.initialStartDelay=10
# 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
taskana.jobs.scheduler.periodTimeUnit=SECONDS
taskana.jobs.scheduler.periodTimeUnit=MINUTES
taskana.jobs.cleanup.task.enable=false
taskana.jobs.priority.task.enable=false
taskana.jobs.cleanup.workbasket.enable=false
Expand Down

0 comments on commit 8d29233

Please sign in to comment.