From 26e3c80f4705f8279a25e8d6013b1059699faeb4 Mon Sep 17 00:00:00 2001 From: MM1277 Date: Thu, 4 Apr 2024 14:15:39 +0200 Subject: [PATCH] Closes #2542 - Fix flaky test WorkBasketCleanupJobAccTest.should_DeleteOldWorkbasketCleanupJobs_When_InitializingSchedule --- lib/taskana-core/src/test/resources/taskana.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/taskana-core/src/test/resources/taskana.properties b/lib/taskana-core/src/test/resources/taskana.properties index ba199488c..e4567f174 100644 --- a/lib/taskana-core/src/test/resources/taskana.properties +++ b/lib/taskana-core/src/test/resources/taskana.properties @@ -33,10 +33,10 @@ 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 +# 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