Delay execution of the first PCE functional test
[transportpce.git] / tests / transportpce_tests / pce / test01_pce.py
index 32886a613376970a88e7b4217570e4db301c70d0..a1b1b94839fc55e1480a02202ac45ff78b1d2438 100644 (file)
@@ -55,6 +55,7 @@ class TransportPCEtesting(unittest.TestCase):
     def setUpClass(cls):
         # pylint: disable=bare-except
         sample_files_parsed = False
+        time.sleep(10)
         try:
             TOPO_BI_DIR_FILE = os.path.join(os.path.dirname(os.path.realpath(__file__)),
                                             "..", "..", "sample_configs", "honeynode-topo.json")