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
Commits
7eea5a80
Commit
7eea5a80
authored
4 years ago
by
Jorrit Schaap
Browse files
Options
Downloads
Patches
Plain Diff
TMSS-320
: allow bigger timeout
parent
4afeb64f
No related branches found
No related tags found
1 merge request
!306
Resolve TMSS-320
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
LTA/LTAIngest/LTAIngestServer/test/CMakeLists.txt
+1
-1
1 addition, 1 deletion
LTA/LTAIngest/LTAIngestServer/test/CMakeLists.txt
SAS/TMSS/test/CMakeLists.txt
+1
-1
1 addition, 1 deletion
SAS/TMSS/test/CMakeLists.txt
with
2 additions
and
2 deletions
LTA/LTAIngest/LTAIngestServer/test/CMakeLists.txt
+
1
−
1
View file @
7eea5a80
...
@@ -2,5 +2,5 @@ include(LofarCTest)
...
@@ -2,5 +2,5 @@ include(LofarCTest)
IF
(
BUILD_TESTING
)
IF
(
BUILD_TESTING
)
lofar_add_test
(
t_ingest_tmss_integration_test
)
lofar_add_test
(
t_ingest_tmss_integration_test
)
set_tests_properties
(
t_ingest_tmss_integration_test PROPERTIES TIMEOUT
3
00
)
set_tests_properties
(
t_ingest_tmss_integration_test PROPERTIES TIMEOUT
6
00
)
ENDIF
(
BUILD_TESTING
)
ENDIF
(
BUILD_TESTING
)
This diff is collapsed.
Click to expand it.
SAS/TMSS/test/CMakeLists.txt
+
1
−
1
View file @
7eea5a80
...
@@ -39,5 +39,5 @@ if(BUILD_TESTING)
...
@@ -39,5 +39,5 @@ if(BUILD_TESTING)
set_tests_properties
(
t_scheduling PROPERTIES TIMEOUT 300
)
set_tests_properties
(
t_scheduling PROPERTIES TIMEOUT 300
)
set_tests_properties
(
t_tmssapp_scheduling_REST_API PROPERTIES TIMEOUT 300
)
set_tests_properties
(
t_tmssapp_scheduling_REST_API PROPERTIES TIMEOUT 300
)
set_tests_properties
(
t_tmssapp_specification_REST_API PROPERTIES TIMEOUT
3
60
)
set_tests_properties
(
t_tmssapp_specification_REST_API PROPERTIES TIMEOUT 6
0
0
)
endif
()
endif
()
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment