Speed up functional tests execution
[transportpce.git] / tests / transportpce_tests / 1.2.1 / test04_renderer_service_path_nominal.py
index 506dbf73c4aedfe4939756a3402a0e8b4c61bab7..f6b4d84ef0ba5c82f68df027369078e17aae0002 100644 (file)
@@ -43,7 +43,7 @@ class TransportPCERendererTesting(unittest.TestCase):
     def setUp(self):
         # pylint: disable=consider-using-f-string
         print("execution of {}".format(self.id().split(".")[-1]))
-        time.sleep(10)
+        time.sleep(2)
 
     def test_01_rdm_device_connected(self):
         response = test_utils.mount_device("ROADMA01", ('roadma', self.NODE_VERSION))