Skip to content
Snippets Groups Projects

Resolve TMSS-631

Merged Ramesh Kumar requested to merge TMSS-631 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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):
Loading