From 5f2c59bd0007e52a2b7a3fdfb0356f4cfdc53257 Mon Sep 17 00:00:00 2001
From: Roy de Goei <goei@astron.nl>
Date: Thu, 1 Apr 2021 19:48:33 +0200
Subject: [PATCH] TMSS-687: Review comment processed, testcase added

---
 .../services/precalculations_service/test/CMakeLists.txt       | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/SAS/TMSS/backend/services/precalculations_service/test/CMakeLists.txt b/SAS/TMSS/backend/services/precalculations_service/test/CMakeLists.txt
index 0b9f8a89855..a3f0060bad5 100644
--- a/SAS/TMSS/backend/services/precalculations_service/test/CMakeLists.txt
+++ b/SAS/TMSS/backend/services/precalculations_service/test/CMakeLists.txt
@@ -4,4 +4,7 @@ if(BUILD_TESTING)
     include(LofarCTest)
 
     lofar_add_test(t_precalculations_service)
+
+    set_tests_properties(t_precalculations_service PROPERTIES TIMEOUT 300)
+
 endif()
-- 
GitLab