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

TMSS-687: fixed typo

(cherry picked from commit e24e22f3)
parent 22effdd6
No related branches found
No related tags found
No related merge requests found
......@@ -459,7 +459,7 @@ class TMSSTestEnvironment:
from lofar.sas.tmss.services.precalculations_service import create_service_job_for_sunrise_and_sunset_calculations
# For testpurposes we can use a smaller range and higher interval frequency
self.precalculations_service = \
create_service_job_for_sunrise_and_sunset_calculations(wait_time_seconds=60, nbr_days_calculate_ahead=3, nbr_days_before_today=1)
create_service_job_for_sunrise_and_sunset_calculations(interval_time=60, nbr_days_calculate_ahead=3, nbr_days_before_today=1)
self.precalculations_service.start()
def stop(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment