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

TMSS-320: allow bigger timeout

parent 4afeb64f
No related branches found
No related tags found
1 merge request!306Resolve TMSS-320
...@@ -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 300) set_tests_properties(t_ingest_tmss_integration_test PROPERTIES TIMEOUT 600)
ENDIF(BUILD_TESTING) ENDIF(BUILD_TESTING)
...@@ -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 360) set_tests_properties(t_tmssapp_specification_REST_API PROPERTIES TIMEOUT 600)
endif() endif()
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