diff --git a/test/obsw_pus_service_test.py b/test/obsw_pus_service_test.py
index db87d95d3d17645d28a8dab35ee5c35515fba314..ec29e2d3aee69bcc1782c35d90eb67ed109e93a7 100644
--- a/test/obsw_pus_service_test.py
+++ b/test/obsw_pus_service_test.py
@@ -17,6 +17,7 @@ from utility.obsw_logger import get_logger
 
 LOGGER = get_logger()
 
+
 class TestService2(TestService):
     """
     Test raw commanding service.
@@ -27,7 +28,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.5, 2.5, 1.5, 2.5]
+        cls.wait_time = [1.7, 2.5, 1.7, 2.5]
         pack_service2_test_into(cls.test_queue)
 
     def test_service2(self):