From 671480e6752902f53ee74003ed206dab24337902 Mon Sep 17 00:00:00 2001
From: "Robin.Mueller" <robin.mueller.m@gmail.com>
Date: Thu, 23 Apr 2020 21:58:33 +0200
Subject: [PATCH] service 2 wait times adapted

---
 .idea/runConfigurations/tmtcclient_Module_Test_Serial.xml | 2 +-
 test/obsw_pus_service_test.py                             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.idea/runConfigurations/tmtcclient_Module_Test_Serial.xml b/.idea/runConfigurations/tmtcclient_Module_Test_Serial.xml
index edc3069..e9f787a 100644
--- a/.idea/runConfigurations/tmtcclient_Module_Test_Serial.xml
+++ b/.idea/runConfigurations/tmtcclient_Module_Test_Serial.xml
@@ -13,7 +13,7 @@
     <option name="ADD_SOURCE_ROOTS" value="true" />
     <EXTENSION ID="PythonCoverageRunConfigurationExtension" runner="coverage.py" />
     <option name="SCRIPT_NAME" value="$PROJECT_DIR$/obsw_tmtc_client.py" />
-    <option name="PARAMETERS" value="-m 5 -c 1 --hk" />
+    <option name="PARAMETERS" value="-m 5 -c 1 --hk --np" />
     <option name="SHOW_COMMAND_LINE" value="false" />
     <option name="EMULATE_TERMINAL" value="true" />
     <option name="MODULE_MODE" value="false" />
diff --git a/test/obsw_pus_service_test.py b/test/obsw_pus_service_test.py
index bf990a7..f048f97 100644
--- a/test/obsw_pus_service_test.py
+++ b/test/obsw_pus_service_test.py
@@ -25,7 +25,7 @@ class TestService2(TestService):
         print("Testing Service 2")
         # all commands must be sent sequentially, not as a burst
         cls.wait_intervals = [1, 2, 3, 4]
-        cls.wait_time = [1.0, 2.5, 1.0, 2.5]
+        cls.wait_time = [1.2, 2.5, 1.2, 2.5]
         pack_service2_test_into(cls.test_queue)
 
     def test_service2(self):
-- 
GitLab