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