From 503fc5807a3855e6273c6ccb5d83e928cf856a84 Mon Sep 17 00:00:00 2001 From: "Robin.Mueller" <robin.mueller.m@gmail.com> Date: Sun, 5 Jul 2020 23:53:43 +0200 Subject: [PATCH] unittest timeout fixed for qemu --- .idea/runConfigurations/tmtcclient_Unittest_QEMU.xml | 2 +- test/obsw_pus_service_test.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.idea/runConfigurations/tmtcclient_Unittest_QEMU.xml b/.idea/runConfigurations/tmtcclient_Unittest_QEMU.xml index 7003136..07cedcf 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 9ac8255..7a77596 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): -- GitLab