diff --git a/.idea/runConfigurations/tmtcclient_Unittest_QEMU.xml b/.idea/runConfigurations/tmtcclient_Unittest_QEMU.xml
index 700313618d20bc62b590fbe0761c0434f6bba71d..07cedcf92c05201048b69b1cadd88c498dff07ac 100644
--- a/.idea/runConfigurations/tmtcclient_Unittest_QEMU.xml
+++ b/.idea/runConfigurations/tmtcclient_Unittest_QEMU.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 2 -t 3" />
+    <option name="PARAMETERS" value="-m 5 -c 2 -t 5" />
     <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 9ac82556edad1fe24c275e8f45aa7ffd89680064..7a77596abff2e8156ceedb46d73b8b74c3eba861 100644
--- a/test/obsw_pus_service_test.py
+++ b/test/obsw_pus_service_test.py
@@ -185,7 +185,7 @@ class TestService17(TestService):
         print("Testing Service 17 finished")
         super().tearDownClass()
 
-class TestService20(TestService): #TODO: implement correctly
+class TestService20(TestService): # TODO: implement correctly
 
     @classmethod
     def setUpClass(cls: TestService):