diff --git a/.idea/runConfigurations/tmtcclient_Module_Test_Serial.xml b/.idea/runConfigurations/tmtcclient_Module_Test_Serial.xml
index e9f787a3e5b7a3c42fbc6e0027a332b173ebcb46..edc30694c5b1a4ed02b2d773a89fef28ccb4c638 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 --np" />
+    <option name="PARAMETERS" value="-m 5 -c 1 --hk" />
     <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 3aa61d557b36c27f7cb1a014500275de692db006..f314c2acaae20024e71bc5954ff14b7e65b83385 100644
--- a/test/obsw_pus_service_test.py
+++ b/test/obsw_pus_service_test.py
@@ -27,8 +27,8 @@ class TestService2(TestService):
         super().setUpClass()
         print("Testing Service 2")
         # all commands must be sent sequentially, not as a burst
-        cls.wait_intervals = [1, 2, 3, 4]
-        cls.wait_time = [2.5, 2.5, 2.5, 2.5]
+        cls.wait_intervals = [1, 2, 3, 4, 5]
+        cls.wait_time = [2.0, 2.0, 2.0, 2.0, 2.0]
         pack_service2_test_into(cls.test_queue)
 
     def test_service2(self):