Skip to content
Snippets Groups Projects
Commit 3a6beffb authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

TMSS-2847: intermediate fix to make test on master pass again

parent f41c5597
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment