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

service 8 test wait times adapted

parent bff668eb
No related branches found
No related tags found
No related merge requests found
......@@ -104,7 +104,7 @@ class TestService8(TestService):
super().setUpClass()
print("Testing Service 8")
cls.wait_intervals = [1, 2, 3, 4]
cls.wait_time = [1.5, 0.7, 0.7, 1.0]
cls.wait_time = [1.5, 0.7, 1.0, 1.1]
cls.data_reply_count = 0
pack_service8_test_into(cls.test_queue)
......
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