Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LOFAR
Manage
Activity
Members
Labels
Plan
Issues
Wiki
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RadioObservatory
LOFAR
Merge requests
!420
Resolve
TMSS-631
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve
TMSS-631
TMSS-631
into
master
Overview
0
Commits
16
Pipelines
0
Changes
1
Merged
Ramesh Kumar
requested to merge
TMSS-631
into
master
3 years ago
Overview
0
Commits
16
Pipelines
0
Changes
1
Expand
Closes
TMSS-631
0
0
Merge request reports
Viewing commit
825405b1
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
825405b1
TMSS-687
: fixed typo
· 825405b1
Jorrit Schaap
authored
3 years ago
(cherry picked from commit
e24e22f3
) (cherry picked from commit
0f25f542
)
SAS/TMSS/backend/test/test_utils.py
+
1
−
1
Options
@@ -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