Skip to content
Snippets Groups Projects
Commit 671480e6 authored by Robin Mueller's avatar Robin Mueller
Browse files

service 2 wait times adapted

parent f882076f
No related branches found
No related tags found
No related merge requests found
......@@ -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" />
......
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment