From 3a6beffb536e86c5bcf243ecd1adea9dd4dfdd9f Mon Sep 17 00:00:00 2001 From: Jorrit Schaap <schaap@astron.nl> Date: Mon, 4 Dec 2023 16:09:13 +0100 Subject: [PATCH] TMSS-2847: intermediate fix to make test on master pass again --- SAS/TMSS/backend/services/scheduling/lib/dynamic_scheduling.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SAS/TMSS/backend/services/scheduling/lib/dynamic_scheduling.py b/SAS/TMSS/backend/services/scheduling/lib/dynamic_scheduling.py index dc28ed564a9..80f22073fad 100644 --- a/SAS/TMSS/backend/services/scheduling/lib/dynamic_scheduling.py +++ b/SAS/TMSS/backend/services/scheduling/lib/dynamic_scheduling.py @@ -341,7 +341,7 @@ class Scheduler: scheduled_units.extend(scheduled_B_units) else: # advance window and search again - lower_bound += timedelta(minutes=15) + lower_bound += timedelta(minutes=60) # for nice "visual" feedback to the user, move each "old" schedulable unit to the lower_bound # this also indicates to the user that the unit has been considered for times < lower_bound, and they could not be scheduled there. -- GitLab